/* Multimedia. */


iframe {
  background: beige;
}

img {
  border-radius: 1em;
}

iframe, video {
  border-radius: 0.1em;
}

iframe, img, svg, video {
  /* max-height: 500px; */
  max-height: 90vh;
  max-width: 100%;
  width: auto;
  height: auto;
}
