.yt-video-embed {
  position: relative;
  cursor: pointer;
}

.yt-video-embed img {
  width: 100%;
}

.iframe-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-responsive iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.play-button {
  position: absolute;
  background: transparent;
  height: 150px;
  width: 150px;
  left: 50%;
  top: 50%;
  cursor: pointer;
  border: none;
  transform: translate(-50%, -50%);
  padding: 0;
  display: block;
  &:focus-visible {
    outline: rgb(0, 0, 255) solid 2px;
  }
}

.play-button svg {
  max-width: 150px;
  display: block;
}
