.content-page .page-header {
    height: 450px;
    background-position: top center;
}
.content-page .page-header .overlay{
    display: none;
}
.container{
    max-width: 100% !important;
}
@media only screen and (min-width: 200px) and (max-width: 767px){
    .content-page .page-header {
        height: 320px;
        background-position: top right -40px;
    }
}
