/* v1.0.3 sizing fix: make the video behave like the product image */
.woocommerce-product-gallery .wcfv-video__wrap,
.woocommerce-product-gallery .wcfv-video__tag{
  max-width: 100%;
}

.woocommerce-product-gallery .wcfv-video__tag{
  display: block;
  width: 100% !important;
  height: auto !important;
  max-height: 100%;
}

/* Some themes set images to display:block + width:100%; but not video */
.woocommerce-product-gallery .wcfv-video__wrap{
  overflow: hidden;
}

/* Optional: keep proportions nicely inside */
.woocommerce-product-gallery .wcfv-video__tag{
  object-fit: contain;
}
