.fw-video-tile {
    margin: 0;
    max-height: 357px;
}
.fw-video-tile > video {
    max-height: 357px;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 7/1;
}

.main-full-width-carousel .cms__banner.fw-video-tile {
    margin-bottom:0;
}

.fw-video-element {
    background-image: var(--bg-image);
    background-position: center;
    background-size: cover;
}
@media (max-width: 500px) {
    .fw-video-tile {
        margin: 0;
    }
    .fw-video-element {
        background-image: var(--bg-imagemob);
    }
    .fw-video-tile > video {
        aspect-ratio: 7.5/3;
    }
}
@media (max-width: 480px) {
    .fw-video-tile {
        max-height: 300px;
    }
    .fw-video-tile > video {
        max-height: 300px;
    }
}