.gallery-wrapper {
  display: block;
  column-count: 2;
}
@media (min-width: 1025px) {
  .gallery-wrapper {
    gap: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .gallery-wrapper {
    gap: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gallery-wrapper {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .gallery-wrapper {
    gap: 20px;
  }
}
.gallery-wrapper .gal-item {
  display: table;
  page-break-inside: avoid;
  break-inside: avoid-column;
  position: relative;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .gallery-wrapper .gal-item {
    margin-bottom: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .gallery-wrapper .gal-item {
    margin-bottom: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gallery-wrapper .gal-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .gallery-wrapper .gal-item {
    margin-bottom: 20px;
  }
}
.gallery-wrapper .gal-item p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
  color: #ffffff;
  z-index: 2;
}
@media (min-width: 1025px) {
  .gallery-wrapper .gal-item p {
    bottom: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .gallery-wrapper .gal-item p {
    bottom: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gallery-wrapper .gal-item p {
    bottom: 20px;
  }
}
@media (max-width: 600px) {
  .gallery-wrapper .gal-item p {
    bottom: 20px;
  }
}
.gallery-wrapper .gal-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  transition: 0.3s ease-in-out;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5718662465) 54%, rgba(0, 0, 0, 0.893995098) 100%);
  left: 0;
}
.gallery-wrapper .gal-item img {
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .gallery-wrapper {
    column-count: 3;
  }
  .gallery-wrapper .gal-item {
    overflow: hidden;
  }
  .gallery-wrapper .gal-item::after {
    content: "";
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 30%;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5718662465) 54%, rgba(0, 0, 0, 0.893995098) 100%);
    left: 0;
  }
  .gallery-wrapper .gal-item p {
    opacity: 0;
  }
  .gallery-wrapper .gal-item:hover::after {
    opacity: 1;
  }
  .gallery-wrapper .gal-item:hover p {
    opacity: 1;
  }
  .gallery-wrapper .gal-item:hover img {
    transform: scale(1.05);
  }
}
/*# sourceMappingURL=gallery.module.css.map */
