.masonry-grid {
  display: flex;
  width: 100%;
  margin: 20px auto;
  gap: 26px;
}

.masonry-item {
  width: 400px;
  margin-bottom: 26px;
  overflow: hidden;
}

.masonry-item img {
  width: 100%;
  height: auto;
  display: block;
}

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