.woocommerce-product-gallery .woocommerce-product-gallery__wrapper div a.youtube {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper div a.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.woocommerce-product-gallery .woocommerce-product-gallery__video:after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce-product-gallery .woocommerce-product-gallery__video .wp-video {
  width: 100% !important;
}
.woocommerce-product-gallery .woocommerce-product-gallery__video video {
  width: 100% !important;
  height: auto;
}
.woocommerce-product-gallery .flex-control-thumbs > li.video {
  position: relative;
}
.woocommerce-product-gallery .flex-control-thumbs > li.video:after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: auto;
  width: 70px;
  height: 70px;
  background-image: url("../play.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  pointer-events: none;
}

.fancybox-slide.fancybox-slide--video {
  overflow: hidden;
  padding: 44px 0;
}

/*# sourceMappingURL=style.css.map */
