.reel-embed.is-playing {
  background: #000;
}

.reel-player-frame {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}

.reel-embed.is-playing::after {
  z-index: 3;
}

.reel-link.is-reel-playing strong::after {
  content: "PAUSE REEL";
}
