/* header */
#custom-background-css > header > div.mg-nav-widget-area-back > div {
    display: none;
}

div.header_hkgps {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 4%;
    background-image: url(https://forum.metro.hk/wp-content/themes/newsup-child/img/headerbg_hkgps.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: auto;
    aspect-ratio: 21 / 6;
}

.img_headerhkgps {
    max-width: 750px;
    width: 45%;
    align-self: center;
}

.mg-head-detail hidden-xs {
    display: none !important;
}

/* footer */
.mg-breadcrumb-section .overlay {
    display: none!important;
}

@media only screen and (max-width: 767px) {
    div.header_hkgps {
        padding-top: 4%;
        aspect-ratio: 6 / 3;
    }
    
    .img_headerhkgps {
        width: 75%;
    }
    
    #content {
        padding-top: unset!important;
    }
}