.video-wrapper {
    position: relative;
    aspect-ratio: 16 / 9;
    width: 100%;
}

.video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}
