.wistia-video-cover-wrapper-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}

.wistia-video-cover-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* 16:9 aspect ratio */
  min-height: 100vh;
  min-width: 177.78vh; /* для гарантии покрытия */
  transform: translate(-50%, -50%);
  border: none;
  display: block;
  max-width: none;
  max-height: none;
}

/* Для экранов меньше 992px */
@media (max-width: 991.98px) {
  .wistia-video-cover-wrapper {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
    overflow: visible !important;
    z-index: auto !important;
    pointer-events: auto !important;
  }

  .wistia-video-cover-2 {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
    min-height: auto !important;
    min-width: auto !important;
    transform: none !important;
    max-width: 100% !important;
    max-height: 100% !important;
  }
}
