/* Add here all your CSS customizations */

/* Gallery Video */
#videos{
	width: 15vw;
	height: auto;
}
@media (min-width: 768px) and (max-width: 1080px) {
	#videos {
    width: 30vw; 
	}
}

@media (max-width: 767px) {
	#videos {
    width: 400px; 
	}
}
@media (max-width: 545px) {
	#videos {
    width: 200px; 
	}
}
	