body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

span {
  position: relative;
}

img, iframe {
  flex: 1;
  max-width: 50vw;
  max-height: 100vw;
}