.gallery-media-wrap img {
  transition: transform 0.3s ease-in-out;
}

.gallery-media-wrap:hover img {
  transform: scale(1.05);
}

.gallery-media-caption {
  font-size: 1.2rem;
  color: rgb(var(--color-foreground), 0.75);
  margin-block: 10px;
}