.GalleryPage_galleryGrid__DTiMF{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:3rem}.GalleryPage_galleryItem__RMKzA{border-radius:var(--border-radius);overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,.05);transition:transform .2s ease-in-out;cursor:pointer;aspect-ratio:4/3}.GalleryPage_galleryItem__RMKzA:hover{transform:scale(1.03)}.GalleryPage_galleryItem__RMKzA img{display:block;width:100%;height:100%}.GalleryPage_modalOverlay__ipsVu{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);display:flex;justify-content:center;align-items:center;z-index:1000}.GalleryPage_modalContent__O_uQR{position:relative;width:90vw;height:90vh}.GalleryPage_closeButton__3UuMu{position:absolute;top:15px;right:20px;color:var(--color-white);background:none;border:none;font-size:3rem;cursor:pointer;z-index:1002;transition:opacity .2s;opacity:.8}.GalleryPage_closeButton__3UuMu:hover{opacity:1}.GalleryPage_navButton__8OBKz{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(0,0,0,.3);color:white;border:none;font-size:2rem;cursor:pointer;z-index:1002;padding:1rem .5rem;transition:background-color .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.GalleryPage_navButton__8OBKz:hover{background-color:rgba(0,0,0,.6)}.GalleryPage_prevButton__nWAmD{left:10px;border-radius:0 5px 5px 0}.GalleryPage_nextButton__fXXpM{right:10px;border-radius:5px 0 0 5px}