.container:where(.astro-GIYYGGUC){max-width:100rem;margin:0 auto;padding:0 2rem 2rem}.gallery:where(.astro-GIYYGGUC){display:flex;flex-wrap:wrap;margin:-1rem}.gallery-item:where(.astro-GIYYGGUC){flex:0 0 24rem;aspect-ratio:1/1;margin:1rem;box-shadow:.3rem .4rem .4rem #0006;overflow:hidden}.gallery-image:where(.astro-GIYYGGUC){display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease-out}.gallery-image:where(.astro-GIYYGGUC):hover{transform:scale(1.15)}.modal:where(.astro-GIYYGGUC){display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#000000e6;backdrop-filter:blur(5px);cursor:pointer}.modal-content:where(.astro-GIYYGGUC){margin:auto;display:block;max-width:80%;max-height:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:3px solid #fff;border-radius:4px}.close-button:where(.astro-GIYYGGUC){position:absolute;top:20px;right:35px;color:#f1f1f1;font-size:40px;font-weight:700;cursor:pointer}.close-button:where(.astro-GIYYGGUC):hover{color:#bbb}@supports (display:grid){.gallery:where(.astro-GIYYGGUC){display:grid;grid-template-columns:repeat(auto-fit,minmax(24rem,1fr));grid-gap:2rem}.gallery:where(.astro-GIYYGGUC),.gallery-item:where(.astro-GIYYGGUC){margin:0}}