#banner.fw-banner--picture.image {
    font-size: initial;
    height: auto;
    position: relative;
}
#banner .overlay-gradient {
    background: rgba(0,0,0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}
#banner .word-1 {
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 2px #000;
}
#banner .word-2 {
    color: #fff;
    text-transform: uppercase;
    font-family: BentonSansCondBold,Arial,sans-serif;
    text-align: center;
    text-shadow: 2px 2px 2px #000;
}

@media screen and (min-width: 1025px){
    #banner .word-1 {
        font-size: 2.75rem;
    }
     #banner .word-2 {
        font-size: 4rem;
        letter-spacing: .2em;
    }
}
 
@media screen and (max-width: 1024px){
    #banner .word-1 {
        font-size: 1.5rem;
    }
     #banner .word-2 {
        font-size: 2rem;
        letter-spacing: .2em;
    }
}
 
@media screen and (max-width: 768px){
    #banner .word-1 {
        font-size: 1.4rem;
    }
    #banner .word-2 {
        font-size: 1.5rem;
        letter-spacing: .2em;
    }
}