.retro-gallery {
  display: flex;
  flex-direction: column;
}
.retro-gallery > *:not(:last-child) {
  margin-bottom: 1.25rem;
}
.retro-gallery img {
  width: 100%;
  height: auto;
  display: block;
}
