#youtubeVideo {
  height: 100dvh;
  width: 100%;
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
#youtubeVideo a {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100dvh;
  width: 100%;
  position: absolute;
}
#youtubeVideo iframe {
  z-index: 2;
}