.rll-youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.rll-youtube-player:focus-within {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}

.rll-youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: 0 0;
}

.rll-youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  transition: 0.4s all;
}

.rll-youtube-player img:hover {
  filter: brightness(75%);
}

.rll-youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin: -36px 0 0 -36px;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  z-index: 101;
}

.rll-youtube-player .play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 14px 0 14px 22px;
  border-color: transparent transparent transparent #fff;
}

.wp-embed-responsive .wp-has-aspect-ratio .rll-youtube-player {
  position: absolute;
  padding-bottom: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
