/* FIVEACES - Vidéo produit sous la galerie */
.fiveacesvideo.product-video-under-gallery {
  position: relative !important;
  z-index: 50 !important;
  clear: both !important;
  width: 100% !important;
  max-width: 450px !important; /* ajuster pour s'aligner sur la galerie */
  margin-top: 20px !important;
}

.fiveacesvideo.product-video-under-gallery video {
  display: block;
  width: 100% !important;
  height: auto !important;
  background: #000;
  pointer-events: auto !important;
}

@media (max-width: 767px) {
  .fiveacesvideo.product-video-under-gallery {
    max-width: 100% !important;
  }
}
