@media only screen and (max-width: 420px) {
    section.head div.top-image-top {
        width: 100vw;
        margin-bottom: calc(-100vw + 65vw) !important;
    }
}