.content-page .page-header {
    height: 800px;
        background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.content-page .page-header .overlay {
    display:none;
}
@media only screen and (min-width: 200px) and (max-width: 767px){
    .content-page .page-header {
    height: 400px;
    background-position: center 130px;
    background-size: 180vw;
}
}
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin:0;}