/* Slash Hunt site overrides */
.navbar-brand img {
    max-height: 58px;
    width: auto;
}

@media only screen and (max-width: 991px) {
    .navbar-brand img {
        max-height: 48px;
    }
}

.footer-logo img {
    max-height: 64px;
    width: auto;
}

.hero.hero-slider-layout {
    position: relative;
}

.hero.hero-slider-layout .swiper {
    width: 100%;
    overflow: hidden;
}

.hero.hero-slider-layout .swiper-wrapper {
    min-height: 680px;
}

.hero.hero-slider-layout .swiper:not(.swiper-initialized) .swiper-slide:not(:first-child) {
    display: none;
}

.hero.hero-slider-layout .swiper-slide {
    height: auto;
}

.hero.hero-slider-layout .hero-slide {
    position: relative;
    z-index: 0;
}

.hero.hero-slider-layout .hero-content,
.hero.hero-slider-layout .hero-images {
    position: relative;
    z-index: 2;
}

.hero-pagination {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 5;
    text-align: center;
}

.hero-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}

.hero-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.intro-bg-video {
    z-index: 0;
    background: url('../images/hero-bg.jpg') center center / cover no-repeat;
}

.intro-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media only screen and (max-width: 991px) {
    .hero.hero-slider-layout .swiper-wrapper {
        min-height: 920px;
    }
}

.intro-video-lightbox video {
    display: block;
    width: 100%;
    max-width: 960px;
    max-height: 80vh;
    background: #000;
}

.intro-video-mfp .mfp-content {
    max-width: 960px;
}

.intro-video-mfp .mfp-close {
    color: #fff;
    opacity: 1;
    right: 0;
    top: -40px;
}
