.images {
  display: flex;
  flex-direction: row;
}

.images > img {
  height: 200px;
}
