.youtube-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube-container iframe {
  width: 100%;
  height: 100%;
}

.blocker {
  /* position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: rgba(255, 255, 255, 0); */
}
.blocker-top {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 20%;
  background: rgba(255, 255, 255, 0);
}

.pdf-container {
  width: 100%;
  height: calc(100vw * 0.3);
}
