@charset "UTF-8";
/* CSS Document */


#slider-main-zoom {
    width: 100%;
	height:600px;
	background-color: #000;
	background-position: top;
}

@media screen and (max-width: 760px) {
#slider-main-zoom {
    width: 100%;
	height:430px;
	background-color: #000;
	background-position: top;
}}


@media screen and (max-width: 530px) {
#slider-main-zoom {
    width: 100%;
	height:360px;
	background-color: #000;
	background-position: top;
}}

.vegas-overlay{
}