@media only screen and (max-width: 767px) {

  body.library iframe {
    max-width: 100%;
    /* aspect-ratio: 760 /  428; */
    aspect-ratio: 16 /  9;
    height: auto;
  }

}