@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-column: unset !important;
        grid-row: unset !important;
    }
}