body.single-product.woocommerce div.product div.images .storm-gallery-video-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #fff;
  overflow: hidden;
}
body.single-product.woocommerce div.product div.images .storm-gallery-video-layer video {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  background: #fff;
  cursor: pointer;
  opacity: var(--storm-video-opacity, 1);
}
body.single-product.woocommerce div.product div.images .storm-gallery-video-layer[hidden],
body.single-product.woocommerce div.product div.images .storm-gallery-video-layer video[hidden] { display: none; }
body.single-product.woocommerce div.product.storm-gallery-video-active div.images > .flex-viewport {
  opacity: 0;
  pointer-events: none;
}
body.single-product.woocommerce div.product.storm-gallery-video-active .woocommerce-product-gallery__trigger { display: none; }
body.single-product.woocommerce div.product div.images .storm-video-thumb img:focus-visible {
  outline: 3px solid #0c57bc;
  outline-offset: 2px;
}
@media (max-width: 980px) {
  body.single-product.woocommerce div.product div.images .storm-gallery-video-layer { bottom: var(--storm-video-thumbs-height, 88px); }
}
