.venegazzu-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.venegazzu-modal-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}
.venegazzu-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  font-size: 32px;
  color: white;
  cursor: pointer;
}
.venegazzu-slick img {
  display: block;
  margin: auto;
  max-height: 80vh;
}

.venegazzu-masonry-grid {
  overflow: hidden;
}
.venegazzu-masonry-grid .masonry-item {
  box-sizing: border-box;
  padding:5px;
  margin: 0;
}
.venegazzu-masonry-grid.columns-1 .masonry-item {
  width: 100%;
}
.venegazzu-masonry-grid.columns-2 .masonry-item {
  width: 50%;
}
.venegazzu-masonry-grid.columns-3 .masonry-item {
  width: 32.55%;
}
.venegazzu-masonry-grid.columns-4 .masonry-item {
  width: 25%;
}
.venegazzu-masonry-grid .masonry-item img {
  display: block;
  width: 100%;
  height: auto;
}