@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Proza+Libre:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
section.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: max(1vw, 5px);
     -moz-column-gap: max(1vw, 5px);
          column-gap: max(1vw, 5px);
  position: relative;
}
section.gallery .image {
  width: 100%;
  aspect-ratio: 6/5;
  border-radius: 5vw;
  z-index: 2;
}
@media (max-width: 768px) {
  section.gallery {
    -webkit-column-gap: max(2vw, 10px);
       -moz-column-gap: max(2vw, 10px);
            column-gap: max(2vw, 10px);
  }
  section.gallery .image {
    aspect-ratio: 4/5;
    border-radius: 8vw;
  }
}
/*# sourceMappingURL=../../maps/where-page/gallery/gallery.css.map */
