.maxim-cover-section {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.maxim-cover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.maxim-cover-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

@media (max-width: 768px) {
    .maxim-cover-section {
        aspect-ratio: 16 / 9;
    }

    .maxim-cover-section.is-ef {
        aspect-ratio: auto;
    }

    .maxim-cover-section.is-ef .maxim-cover-image {
        position: relative;
        width: 100%;
        height: auto;
    }

    .maxim-cover-section.is-ef .maxim-cover-image picture,
    .maxim-cover-section.is-ef .maxim-cover-image img {
        display: block;
        width: 100%;
        height: auto;
    }
}
