.vd-video-placeholder > img {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.vd-video-placeholder:has(> img)::before {
  display: none;
}

.vd-video-placeholder > span,
.vd-video-placeholder > b {
  z-index: 2;
}

/* The lead video is an inline YouTube player, not an outbound or anchor link. */
.vd-feature-player > .vd-video-embed {
  position: relative;
  min-height: 360px;
  aspect-ratio: 16 / 9;
  background: #062f4a;
}

.vd-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Inline product videos preserve the existing card-media dimensions. */
.vd-card-video-embed {
  position: relative;
  min-height: 205px;
  overflow: hidden;
  background: #062f4a;
}

.vd-card-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.vd-video-card--horizontal > .vd-card-video-embed { min-height: 220px; }

@media (max-width: 1100px) {
  .vd-feature-player > .vd-video-embed { min-height: 310px; }
}

@media (max-width: 760px) {
  .vd-feature-player > .vd-video-embed { min-height: 260px; }
}
