﻿.z-index-banner {
    z-index: unset !important;
}

.z-index-gradient {
    z-index: 1 !important;
}

.z-index-searchbox {
    z-index: 2 !important;
}

@media(max-width:768px){
    .z-index-searchbox {
        z-index: unset !important;
    }
}

@media only screen and (max-width: 1200px) {
    #slideshow-banner {
        display: none;
    }
}
