/** banner overlay */
/*.slotholder:before {content: ""; width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; background: rgba(1,1,19,0.63); }*/

.banner .location-banner { position: relative; height: 100vh; margin-bottom: 0; }
.banner .location-banner:before { position: absolute; content: '';  width: 100%;  height: 40%;  background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
    left: 0; top: 0;  z-index: 1;}
.banner .location-banner img { width: 100%; height: 100%;  object-fit: cover; }
.banner .location-banner h1 { font-size: 60px; }


@media only screen and (max-width: 992px) {
    .banner .location-banner { position: relative; height: 60vh; }
    .banner .location-banner h1 { font-size: 40px; }
}

@media only screen and (max-width: 768px) {
    .banner .location-banner h1 { font-size: 32px; }
}
