body,main{max-width:1600px;margin:0 auto}.gallery{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.gallery img{margin:0;width:480px;height:auto;object-fit:cover;border-radius:8px;transition:transform .2s linear}.gallery img:hover{transform:scale(1.05)}@media(max-width:1499px){header{max-width:100%}footer{max-width:100%}}@media(max-width:768px){.gallery img{width:90%;height:auto;display:block;margin:0 auto}}button{background:0 0;border:none;padding:0;margin:0;cursor:pointer}[popover]{border:none;background:rgba(0,0,0,.5);padding:0;margin:auto}[popover] img{display:block;width:100%;height:100%;max-width:95vw;max-height:95vh;object-fit:contain}[popover] img:hover{transform:none}[popover]::backdrop{background:rgba(0,0,0,.5);backdrop-filter:blur(15px)}