.youtube .video-facade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.video-facade-thumbnail {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-facade-play,
.video-facade-text {
  position: relative;
  z-index: 1;
}

.video-facade-text {
  padding: 0.35em 0.75em;
  background: rgb(0 0 0 / 65%);
}
