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

@media screen and (max-width: 600px) {
#slider-main-zoom {
    aspect-ratio: 1 / 1;
}
}

.vegas-overlay{
}