.videoModule .tp-video-media {
    aspect-ratio: 16/9;
    width: 100%;
    overflow: hidden
}

    .videoModule .tp-video-media .tp-video-media__video {
        border: 0;
        width: 100%;
        height: 100%;
        clip-path: inset(2px);
    }

.videoModule .roundedVideo {
    border-radius: var(--rounded-3xl);
}
