@charset "UTF-8";
/* CSS Document */
#slider-main-zoom {
    width: 100%;
	aspect-ratio: 2 / 1;
	background-color: #fff;
	background-position: top;
}

@media screen and (max-width: 600px) {
#slider-main-zoom {
    height: 400px;
}
}

.vegas-overlay{
}