/* Leo reel theater — video layers inside existing boxes only */
[style*="aspect-ratio: 21 / 9"],
[style*="aspect-ratio:21/9"] {
  overflow: hidden;
}

[data-card][data-rail][style*="aspect-ratio: 16 / 10"],
[data-card][data-rail][style*="aspect-ratio:16/10"] {
  overflow: hidden;
}

.leo-has-video {
  background: #000 !important;
}

.leo-yt-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background: #000;
}

.leo-yt-bg .leo-yt-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.leo-yt-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  border: 0;
}

[style*="aspect-ratio: 21 / 9"] > video,
[style*="aspect-ratio:21/9"] > video {
  opacity: 0;
}
