.hero-hero {
    margin-bottom: 4em;
}
.hero-hero .hero-background {
    min-height: 500px;
    max-height: 700px;
    height: 75vh;
    background-position: center center;
}
.hero-hero .hero-content {
    bottom: 0;
    left: 0;
    right: 0;
    /* height: 30%; */
}
.hero-hero .hero-overlay {
    background: linear-gradient(0,rgba(0,0,0,.7),transparent 70%);
    height: 100%;
}
.hero-hero  .hero-excerpt {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 0.2em;
    line-height: 1.3em;
    font-family: 'Montserrat Medium', sans-serif;
    max-width: 700px;
    z-index: 30;
}
.hero-hero .hero-background {
    background-size: cover;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    justify-content: center;
    display: flex;
    background-repeat: no-repeat;

}
.s-before {
    line-height: 0.5em;
}
.s-after {
    line-height: 3.5em;
}
.s-before, .s-after {
    font-size: 6rem!important;
    color:white;
    font-family: 'Gotham Medium', serif;
} 


.hero-hero .hero-title {
    font-size: 9rem;
    text-align: center;
}


.hero-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0, rgba(0,0,0,0.7), transparent 70%);
    height: 100%;
}

.hero-hero .hero-content {
    position: absolute;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    
}
@media only screen and (min-width: 1600px) {
    .hero-hero .hero-background {
        max-height: unset;
        height: 1000px;
    }
}
@media only screen and (max-width: 640px) {
    .hero-hero {
        height: 100vh;
        margin-bottom: 2rem;
    }
    .hero-hero .hero-title {
        font-size: 5rem;
    }
    .hero-hero .hero-background {
        max-height: 850px;
        height: inherit;
    }
    .hero-hero  .hero-content  {
        max-width: unset;
        /* height: 45%; */
    }
    .hero-hero .s-before {
        line-height: 0;
    }
    .hero-hero .s-after {
        line-height: 2.5em;
        /* line-height: 3.8em; */
        line-height: 7em;
    }
    .hero-hero .hero-excerpt {
        font-size: 1.3rem;
        text-align: left;    
        max-width: 250px;   
    }
}