.video-wrapper {
position: relative;
}

.video-wrapper iframe {
pointer-events: none;
}

.video-wrapper.active iframe {
pointer-events: auto;
}