@media (min-width: 768px) {
    .section-image {
        position: relative;
        min-height: 580px;
    }
    .section-image img {
            position: absolute;
            top: 0;
            height: 100%;
            min-width: 94vw;
            object-fit: cover;
    }
    .section-even .section-image img {
        left: 0;
    }
    .section-odd .section-image img {
        right: 0;
    }
    .section-box {
        margin-top: -128px;
    }
}