/* -- Banner Block Styles -- */

section.banner.block .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

section.banner.block .banner-content .banner-content-inner {
    width: auto;
    text-align: center;
    padding: 0 30px;
}

section.banner.block .banner-content .banner-content-inner h1 {
    color: #ffffff;
    margin: 0 0 30px;
}

section.banner.block .banner-content .banner-content-inner h2 {
    color: #ffffff;
    font-size: 100px;
    margin: 0 0 20px;
}

section.banner.block .banner-content .banner-content-inner p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

section.banner.block .banner-media {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 600px;
    z-index: 1;
}

section.banner.block .banner-media .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.25);
}

section.banner.block .banner-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    z-index: 1;
}

section.banner.block .banner-media .banner-placeholder {
    width: 100%;
    height: 100%;
    background-color: #383436;
    z-index: 1;
}

@media all and (max-width: 1920px) {}
@media all and (max-width: 1680px) {}
@media all and (max-width: 1440px) {

    section.banner.block .banner-content .banner-content-inner h2 {
        font-size: 90px;
    }

}
@media all and (max-width: 1439px) {}
@media all and (max-width: 1280px) {

    section.banner.block .banner-content .banner-content-inner h2 {
        font-size: 90px;
    }

}
@media all and (max-width: 1279px) {}
@media all and (max-width: 1180px) {}
@media all and (max-width: 1024px) {}
@media all and (max-width: 1023px) {

    section.banner.block .banner-content .banner-content-inner h2 {
        font-size: 65px;
    }


    section.banner.block .banner-content .banner-content-inner p {
        margin: 0 auto;
        max-width: 580px;
    }

}
@media all and (max-width: 768px) {}
@media all and (max-width: 767px) {

    section.banner.block .banner-content .banner-content-inner h2 {
        font-size: 55px;
    }

    section.banner.block .banner-content .banner-content-inner p {
        font-size: 18px;
    }

}
@media all and (max-width: 414px) {}
@media all and (max-width: 413px) {

    section.banner.block .banner-content .banner-content-inner h2 {
        font-size: 40px;
    }

}