.frontheadline {
    margin-top: 8%;
}
.frontbox .intro {
    margin: 0;
}

@media (min-width: 768px){
    .frontbox {
        bottom: -60px;
        padding-bottom: 30px;
    }
}

@media (min-width: 992px){
    .frontbg {
        height: 400px;
        background-position: 0;
    }
    
    .not-front header[role="banner"] {
        height: 250px;
    }
}