@charset "UTF-8";
/* CSS Document */
#slider-main-zoom {
    width: 100%;
	aspect-ratio: 1706 / 960;
	background-color: #fff;
	background-position: top;
}
@media screen and (max-width: 760px) {
#slider-main-zoom {
	aspect-ratio: 960 / 960;
}
}

.vegas-overlay{
	background: rgb(255,255,255,0)
}