.b-youtube-embed {
  position: relative;
  aspect-ratio: 16/9;
  display: flex;
}
.b-youtube-embed .asset {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  object-fit: cover;
  transition: 0.4s ease opacity;
}
.b-youtube-embed .asset.hide {
  z-index: -2;
  opacity: 0.5;
}
.b-youtube-embed .play-button {
  background-image: url("../svg/play-icon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20%;
  max-width: 110px;
  aspect-ratio: 11/10;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 20;
  pointer-events: none;
}

/*# sourceMappingURL=youtube-embed.css.map */
