.o-image-separator-a {
    max-height: 8.75rem;
    height: 35vw;
    position: relative;
    overflow: hidden;

    @media (width >=576px) {
        max-height: 15rem;
    }

    @media (width >=768px) {
        max-height: 18.75rem;
    }

    @media (width >=992px) {
        max-height: 25rem;
    }
}

.o-image-separator-a__bg--image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;

    & .a-image-a {
        height: 100%;

        & img {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }
    }

}
