@charset "UTF-8";
/* CSS Document */
#slider-main-zoom {
    width: 100%;
	aspect-ratio: 1000 / 500;
	background-color: #FDFCF9;
	background-position: center;
}

@media screen and (max-width: 760px) {
#slider-main-zoom {
}
}


.vegas-overlay{
}