.foto-masonry {
  column-count: 3;
  column-gap: 20px;
  margin: 30px 0;
}

.foto-masonry a {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.foto-masonry img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
  transition: transform 0.2s ease;
}

.foto-masonry img:hover {
  transform: scale(1.03);
}