.content-page-header-section {
    height: 400px;
}
@media only screen and (max-width: 600px){
    .content-page-header-section {
        height: 180px;
        border-bottom: 10px solid #011a5d;
        background-repeat: repeat-x;
        background-position: center;
        background-size: cover;
        position: relative;
    }
    .static-page-cover-image {
        background-size: cover;
    }
}
