.match-video-height .wpb_video_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100% !important;
    padding-bottom: 0 !important; /* Disables the native 16:9 aspect ratio padding */
}

.match-video-height iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; /* Prevents distortion by scaling cleanly */
}