#alert-banner {
    padding: 50px 200px 30px;
    background-color: rgb(253, 200, 46);
    color: rgb(86, 86, 90);
    position: relative;
    z-index: 1;
}

#hero.home-hero #headline-bg {
    height: 330px;
}

/* include in-style */
@media all and (max-width : 667px) {
    #alert-banner {
        padding: 15px 43px;
    }

    #hero.home-hero #headline-bg {
        height: 455px;
    }
}