.lsg-video-image__media {
    position: relative;
    aspect-ratio: 2.46;
    min-height: 415px;
    max-width: 100%;
}

.lsg-video-image__img, .lsg-video-image__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}