#gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.gallery-image {
  height: 150px;
  display: inline-block;
}

.gallery-image img {
  height: 150px;
  width: auto;
}
