/* -- Page Hero Block Styles -- */

section.page-hero.block .hero-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.page-hero.block .hero-content .hero-content-inner {
    text-align: center;
}

section.page-hero.block .hero-content .hero-content-inner h1 {
    color: #ffffff;
    margin: 0 0 20px;
}

section.page-hero.block .hero-content .hero-content-inner h2 {
    color: #ffffff;
    margin: 0;
    padding: 0 20px;
}

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

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

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

section.page-hero.block .hero-media .hero-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) {}
@media all and (max-width: 1439px) {}
@media all and (max-width: 1280px) {}
@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.page-hero.block .hero-media, section.page-hero.block .hero-media img {
        height: 600px;
    }

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

    section.page-hero.block .hero-content {
        top: 55%;
    }
    
}
@media all and (max-width: 414px) {}
@media all and (max-width: 413px) {

    section.page-hero.block .hero-content {
        top: 50%;
    }

}