.page_gallery__clPud{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 1.25rem;width:100dvw}.page_gallery__clPud h1{font-size:calc(2rem + 1.5vmin);margin:2rem auto 0}@media screen and (max-width:768px){.page_gallery__clPud{padding:0;width:100dvw}}.modal_modalOverlay__GkgTo{position:fixed;top:0;left:0;width:100%;height:100%;background-color:transparent;display:flex;justify-content:center;align-items:center;z-index:1000}.modal_modalContent__lWPuJ{background-color:transparent;padding:1.25rem;border-radius:.5rem;position:relative;max-width:90%;max-height:90%;overflow:hidden}.modal_closeButton__02d_A{position:absolute;top:0;right:0;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#aaa;background-color:var(--active-background);width:2rem;height:2rem;padding:.5rem;display:flex;justify-content:center;align-items:center;border-radius:50%}.modal_closeButton__02d_A:hover{color:black}.modal_modalImage__wSoA9{max-width:90dvw;height:90dvh;display:block}@media screen and (max-width:768px){.modal_modalContent__lWPuJ{width:90vw;height:90vh}.modal_modalImage__wSoA9{max-width:100%;max-height:100%}}.gallery_galleryGrid__j_U_V{display:grid;grid-template-columns:repeat(auto-fill,minmax(30dvw,1fr));grid-gap:16px;gap:16px;padding:1rem;width:100dvw;background-color:var(--color-background);box-shadow:var(--shadow);border-radius:.5rem;margin-bottom:5rem}.gallery_imageContainer__LfxYQ{display:flex;justify-content:center;align-items:stretch;width:100%;height:100%;overflow:hidden;border-radius:.5rem}.gallery_galleryGrid__j_U_V img{width:100%;height:auto;max-width:100dvw;max-height:50vh;object-fit:cover;justify-items:stretch}@media screen and (max-width:768px){.gallery_galleryGrid__j_U_V{grid-template-columns:repeat(auto-fill,minmax(90dvw,1fr))}.gallery_galleryGrid__j_U_V img{max-height:100vh}}