.product-cover {
  position: relative;
}
.product-cover img {
  position: relative;
  z-index: 2;
}
.product-cover img[title^=video] {
  z-index: 1;
  display: none;
}
.product-cover video, .product-cover iframe {
  left: 0;
  position: relative;
  top: 0;
  z-index: 2;
}

.js-product-images-modal .product-cover video, .js-product-images-modal .product-cover iframe {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: auto !important;
}
@media (min-width: 768px) {
  .js-product-images-modal .product-cover video, .js-product-images-modal .product-cover iframe {
    position: absolute;
    min-height: 800px;
  }
}
.js-product-images-modal .product-cover video::-webkit-media-controls {
  display: none !important;
}

.thumb-container {
  position: relative;
}

.video_icon {
  filter: drop-shadow(0 0 4px #5b5b5b);
  border: 2px solid #fff;
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  z-index: 3;
  color: white;
  padding: 24px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="white" width="40px" height="40px"><path d="M8 5v14l11-7z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}/*# sourceMappingURL=ds_videoinproductgallery.css.map */