@charset "UTF-8";
/* CSS Document */
#slider-main-zoom {
    width: 100%;
	height: 800px;
	background-color: #fff;
	background-position: top;
}

@media screen and (max-width: 800px) {
#slider-main-zoom {
	height: 100svh;
}	
}		

.vegas-overlay{
	background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
}