lite-youtube {
  background-color: #000;
  background-position: center;
  background-size: cover;
  contain: content;
  cursor: pointer;
  display: block;
  max-width: 720px;
  position: relative;
}

lite-youtube::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

lite-youtube > iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lty-playbtn {
  background: #212121;
  border: 0;
  border-radius: 14%;
  cursor: pointer;
  height: 46px;
  left: 50%;
  opacity: 0.9;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 68px;
}

.lty-playbtn::before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 11px 0 11px 19px;
  content: "";
  left: 26px;
  position: absolute;
  top: 12px;
}

lite-youtube:hover .lty-playbtn {
  background: #f00;
}

.lyt-activated {
  cursor: unset;
}

.lyt-activated::before,
.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}

.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
