
.owl-next {
    top: 5em;
}
.owl-prev {
    right: 28em;
    top: 5em;
}
.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
     background:none;
    opacity: 0.4;
}
.mobileViewContent h3 {
    color: #fff;
}
 #slideshow img {
    height: 113vh !important;
    width: 100%;
    top: 0;
    left: 0;
}
.mobileViewContent,.mobileView {  display: none;	}
@media only screen and (max-width: 1280px) {
    #slideshow img {
    height: 101vh !important;
    /* height: auto !important;*/
    height: 57vh !important;
}
}
@media only screen and (max-width: 1024px) {
    #slideshow img {
    height: 101vh !important;
    /* height: auto !important;*/
    height: 57vh !important;
}
@media only screen and (max-width: 991px) {
    #slideshow img {
    height: 116vh;
}
}
@media only screen and (max-width:768px) {
    .main-search-box { margin-top: 7em;}
    .owl-prev {  right: 16em;    top: 5em;}
    #slideshow img {
        max-height: 75vh !important;
        width: 100%;
    }
    .mobileViewContent h3 { padding: 9EM 0 0 1EM;    }
	.main-search-box { margin-top: 5em;}
	form#searchForm { width: 100%;}
	/*.mobileViewContent,.mobileView { display: block;	}*/
	/*.webView{display: none}*/
}
@media only screen and (max-width:700px) { 
    #slideshow img {
        max-height: 51vh !important;
        width: 100%;
    }
    .main-search-box { margin-top: 4em;}
}
@media only screen and (max-width:600px) { 
    .main-search-box {
    margin-top: 13em;
}
     #slideshow img {
        height: auto;
        overflow: auto;
        max-height: 59vh !important;
    }
}
@media only screen and (max-width:500px) {
    .owl-prev {  right: 12em;} 
    .mobileViewContent h3 { padding: 4em 0 0 0;}
    .main-search-box { margin-top: 9em;}
    #slideshow img {
        width: 100%;
        height: 42vh !important;
    }
}
@media only screen and (max-width: 425px) {
    .main-search-box { margin-top: 5em;}
    #slideshow img {
        height: 309px;
        max-height: 116vh;
    }
}
@media only screen and (max-width: 375px) {
    .main-search-box {
    margin-top: 11em;
    }
    .mobileViewContent h3 {
        padding: 4em 0 0 0;
    }
        #slideshow img {   height: 30em !important;   }
}
@media only screen and (max-width:  320px) {
    #slideshow img {    height:20em !important  }
    .main-search-box {  margin-top: 6em;}
}