@media only screen and (min-width: 415px) and (max-width: 580px) {
section.m-hero-item.glp-hero.mobile-370 {
    height: calc(350px + 74vw);
 }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
section.m-hero-item.glp-hero.mobile-520 {
    height: 820px !important;
 }
}