@media screen and (min-width: 1200px) {

    .has-header-image .custom-header-media img {
        top: -71px;
        width: 100vw;
        height: 100vh;
        -webkit-object-fit: initial;
        -moz-object-fit: initial;
        -ms-object-fit: initial;
        object-fit: initial;
    }
}

.site-info {
display: none;
}