.projects {
	
}

.projects__videos {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.video {
	margin: 0;
	padding: 0;
	background-color: #FFF;	
}

.video__thumbnail {
	width:320px;
	height:200px;
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 1025px) and (max-width: 1560px)
{
	.video__thumbnail {
		width: 240px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px)
{
	.video {
		margin: 6px;
	}
	
	.video__thumbnail {
		width: 195px;
	}	
	
	
}
