.innerpage-banner {
    padding-top: 200px;
    max-height: 440px;
    border-bottom: 5px solid rgba(0,0,0,0.9);
    color: #fff;
}
.innerpage-banner.default-banner {
    background: url(..//assets/images/default-banner.jpg) no-repeat center center / cover;
    padding-top: 200px;
    max-height: 440px;
    border-bottom: 5px solid rgba(0,0,0,0.9);
    color: #fff;
}
.tagline {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}