/* Shorten only the making-of video frames while retaining their width, posters, and controls. */
.story-media-video video {
  height: 420px;
}

@media (max-width: 760px) {
  .story-media-video video {
    height: 420px;
    aspect-ratio: auto;
  }
}
