/* Ensure images are not distorted when the width is restricted by the container. */
img {
  height: auto;
}

/* Ensure videos are not distorted when the width is restricted by the container. */
video {
  max-width: 100%;
  height: auto;
}
