.gallery-module__hViSbG__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;display:grid}.gallery-module__hViSbG__card{border-radius:8px;justify-content:center;align-items:center;height:300px;display:flex;overflow:hidden;box-shadow:0 2px 4px #0000001a}.gallery-module__hViSbG__image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.gallery-module__hViSbG__image:hover{transform:scale(1.05)}.gallery-module__hViSbG__modalOverlay{z-index:1000;cursor:pointer;background-color:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.gallery-module__hViSbG__modalCard{cursor:default;background-color:#fff;border-radius:5px;max-width:90vw;max-height:90vh;padding:50px 5px 5px;position:relative;overflow:auto;box-shadow:0 20px 35px #0000004d}.gallery-module__hViSbG__modalImageContainer{justify-content:center;align-items:center;display:flex}.gallery-module__hViSbG__closeBtn{color:#fff;cursor:pointer;z-index:1001;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;transition:background .2s;display:flex;position:absolute;top:.5rem;right:.5rem}.gallery-module__hViSbG__closeBtn:hover{background:#000c}
