.hero-image2 {
    background-image: url('/aaa-content/templates/custom/images/st-louis (Large).jpg');
    background-image: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)) , url('/aaa-content/templates/custom/images/st-louis (Large).jpg');
    padding:150px 0; margin-top:-4px; text-align:center;
    background-position: center 60%;
}

#interior.hero-image2 {
    background-image: url('/aaa-content/templates/custom/images/st-louis (Large).jpg');
    background-image: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)) , url('/aaa-content/templates/custom/images/st-louis (Large).jpg');
    padding:70px 0; margin-top:-4px; text-align:center;
    margin-bottom:50px;
}
.hero-image2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-text {
    text-shadow: 1px 1px 20px rgba(0, 0, 0, .75);
    color: white;
}

.hero-image2 .hero-text h1 {
    font-size:70px
}

#interior.hero-image2 .hero-text h1 {
    font-size:60px
}

@media (max-width:600px) {
    .hero-image2 .hero-text h1 {
        font-size:45px
    }

    #interior.hero-image2 .hero-text h1 {
        font-size:35px
    }
}


.hero-text h1 {
    color: white;
}
