﻿.hero-image-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(0,0,0,.3);
}

.hero-header {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

    .hero-header.has-navbar,
    .header-section.has-navbar {
        padding-bottom: 53px;
    }

.hero-title-image {
    background-position: right;
    background-size: cover;
    top: 0 !important;
    bottom: 0 !important;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    opacity: 1;
}

.ribbon-header-container {
    padding: 75px 15px 75px 15px;
}

    .ribbon-header-container a {
        color: inherit;
    }

    .ribbon-header-container h1 {
        font-size: 3em;
    }

.hero-title-image-mobile {
    background-position: center;
    background-size: cover;
    top: 0 !important;
    bottom: 0 !important;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    opacity: 1;
}

.hero-title-container {
    z-index: 100;
    position: relative;
    min-height: 50vh;
    height: 50vh;
}

.hero-header-video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

#heroHeader {
    min-height: 50vh;
}

@media(max-width: 1025px) {
    .hero-title-container {
        min-height: 40vh;
        height: auto;
    }
}

@media (max-width: 991px) {
    .large-avatar-ribbon-header-container {
        display: inline-block !important;
        margin-bottom: 50px;
        text-align: center;
    }

    .large-avatar-hero-title-container {
        flex-wrap: wrap-reverse;
        height: auto !important;
    }

    .circle-avatar.Large
    {
        margin-bottom: 30px;
    }
}

@media (max-width:767px) {
    .hero-title-container {
        height: auto !important;
    }

    #heroHeader {
        min-height: unset !important;
    }

    .hero-header h3 {
        font-size: 1.2em;
    }

    .ribbon-header-container {
        padding: 30px 15px 30px 15px !important;
    }

        .ribbon-header-container h1 {
            font-size: 2em !important;
        }
}

@media (max-width:320px) {
    .hero-title-container {
        min-height: 50vh;
        height: auto;
    }
}