.product-cover.ws-product-video-active {
  position: relative;
  overflow: hidden;
  background: #000;
}

.product-cover.ws-product-video-active > img,
.product-cover.ws-product-video-active > picture,
.product-cover.ws-product-video-active > .layer,
.product-cover.ws-product-video-active > .js-mfp-button,
.product-cover [data-wspv-gallery-hidden="1"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.product-cover.ws-product-video-active .ws-product-video-wrap {
  position: relative !important;
  z-index: 40 !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #000 !important;
  border-radius: inherit;
  isolation: isolate;
}

.product-cover.ws-product-video-active .ws-product-video-wrap video {
  position: relative !important;
  z-index: 41 !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  object-fit: contain !important;
  background: #000 !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.product-cover.ws-product-video-active .ws-big-play-btn {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 60 !important;
  display: flex !important;
  width: 72px !important;
  height: 72px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  transform: translate(-50%, -50%) !important;
  border: 2px solid rgba(255, 255, 255, 0.92) !important;
  border-radius: 50% !important;
  background: rgba(13, 20, 31, 0.74) !important;
  color: #fff !important;
  font-size: 29px !important;
  line-height: 1 !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent;
}

.product-cover.ws-product-video-active .ws-big-play-btn.hidden,
.product-cover.ws-product-video-active .ws-big-play-btn[hidden] {
  display: none !important;
}

.product-cover.ws-product-video-active .ws-product-video-wrap[data-wspv-video-hidden="1"] {
  display: block !important;
}

@media (max-width: 991.98px) {
  .product-cover.ws-product-video-active .ws-product-video-wrap {
    aspect-ratio: 1 / 1;
    min-height: 260px;
  }

  .product-cover.ws-product-video-active .ws-product-video-wrap video {
    width: 100% !important;
    height: 100% !important;
  }

  .product-cover.ws-product-video-active .ws-big-play-btn {
    width: 64px !important;
    height: 64px !important;
    font-size: 25px !important;
  }
}
