.yt-lite {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
  border-radius: 12px;
}

.yt-lite__button {
  all: unset;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.yt-lite__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.yt-lite__play {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 68px;
  height: 48px;
  transform: translate(-50%, -50%);
  background: rgba(255, 0, 0, 0.9);
  border-radius: 14px;
}

.yt-lite__play::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-40%, -50%);
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.yt-lite iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
