.reveal .slides section .lotr-video {
  width: min(100%, 960px);
  aspect-ratio: 16 / 9;
  margin: 0.3em auto 0.65em;
}

.reveal .slides section .lotr-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
