.gallery-picture {
  max-width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 0.75rem;
  box-sizing: border-box;
}

.gallery-picture img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.gallery-caption {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #555;
  text-align: center;
}

/*# sourceMappingURL=gallery-picture.css.map */