.seo-product-carousel-slide video.seo-product-carousel-video {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 72vh;
  min-height: 360px;
  object-fit: contain;
  background: #050608;
}

.seo-product-carousel-video-play {
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  z-index: 5;
  display: none;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  color: #fff;
  background: rgba(5, 6, 8, .82);
  font: 700 30px/1 Arial, sans-serif;
  cursor: pointer;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .42);
}

.seo-product-carousel-slide.video-needs-play .seo-product-carousel-video-play {
  display: grid;
}

.seo-product-carousel-thumb-video {
  position: relative;
}

.seo-product-carousel-video-badge {
  position: absolute;
  inset: auto 6px 6px 6px;
  padding: 3px 6px;
  border-radius: 5px;
  color: #fff;
  background: rgba(5, 6, 8, .82);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .seo-product-carousel-slide video.seo-product-carousel-video {
    min-height: 260px;
    max-height: 68vh;
  }

  .seo-product-carousel-video-play {
    width: 60px;
    height: 60px;
    font-size: 25px;
  }
}
