@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 901px) {
#slider-main-zoom {
    width: 100%;
	height:600px;
	background-color: #fff;
	background-position: top;
}
}	
@media screen and (max-width: 900px) {
#slider-main-zoom {
    width: 100%;
	background-color: #fff;
	background-position: top;
	aspect-ratio: 3/2;
}
}
@media screen and (max-width: 550px) {
#slider-main-zoom {
    width: 100%;
	background-color: #fff;
	background-position: top;
	aspect-ratio: 5/4;
}
}
.vegas-overlay{
	background: rgb(255,255,255,0.3)
}