.banner .banner-video-frame {
    overflow: hidden;
    background-color: #f5f5f5;
    flex-shrink: 0;
}

.banner .banner-video-frame-desktop {
    width: 78%;
    aspect-ratio: 2000 / 921;
}

.banner .banner-video-frame-mobile {
    width: 75%;
    aspect-ratio: 635 / 1020;
}

.banner .banner-video-frame video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
