.esppop-player { position: relative; width: 100%; background: #000; overflow: hidden; }
.esppop-player video { display: block; width: 100%; height: auto; max-height: 78vh; object-fit: contain; background: #000; }
.esppop-youtube { aspect-ratio: 16 / 9; }
.esppop-youtube iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.esppop-video-gallery-slide > a { display: block; width: 100%; pointer-events: auto; }
.esppop-video-gallery-slide .esppop-player { min-height: 320px; display: flex; align-items: center; justify-content: center; }
.esppop-product-video-section { clear: both; margin: 3rem 0; }
.esppop-video-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
@media (max-width: 767px) {
  .esppop-video-gallery-slide .esppop-player { min-height: 220px; }
}
