.video-player video:not([autoplay]) {
  pointer-events: none;
  z-index: -1;
}
