.Gallerybox_galleryContainer___jHXU{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-auto-rows:200px;gap:10px;padding:10px;background-color:#000;border-radius:8px;box-shadow:0 0 8px 2px #ff4d4d;position:relative;overflow:hidden}@keyframes Gallerybox_shuffle__yFhoQ{0%{transform:translateX(0) translateY(0)}50%{transform:translateX(10px) translateY(10px)}to{transform:translateX(0) translateY(0)}}.Gallerybox_card__Uk1Rd{position:relative;overflow:hidden;cursor:pointer;border-radius:5px;transition:box-shadow .3s ease;animation:Gallerybox_shuffle__yFhoQ 1s ease}.Gallerybox_card__Uk1Rd:hover{box-shadow:0 0 20px #ff4d4d,0 0 20px #ff4d4d;z-index:10}.Gallerybox_image__PWsad{object-fit:cover;width:100%;height:100%;transition:transform .3s ease}.Gallerybox_overlay__nJ5Jb{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:9998;opacity:1}.Gallerybox_overlayImage__y77F9{max-width:80vw;max-height:80vh;border-radius:10px;transition:transform .3s ease;object-fit:cover;box-shadow:0 0 20px #ff4d4d,0 0 40px #ff4d4d}.Gallerybox_overlayImage__y77F9:hover{transform:scale(1.1)}@media (max-width:900px){.Gallerybox_galleryContainer___jHXU{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-auto-rows:150px;gap:8px}}@media (max-width:600px){.Gallerybox_galleryContainer___jHXU{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-auto-rows:120px;gap:6px}}