div#content {
  text-align: center;
}

#content img {
  max-width: 100%;
  max-height: calc(60vh);
}

#content video {
  max-width: 100%;
  max-height: calc(60vh);
}