.images {
  position: absolute;
  font-size: 120%;
  display: flex;
  width: 100%;
  max-width: 1000px;
  height: auto;
  flex-direction: column;
}

img {
	width: 100%;
	height: auto;
}