.slg-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.slg-gallery-item img{width:100%;height:auto;border-radius:5px;cursor:pointer}.slg-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:1000}.slg-image-wrapper{position:relative;display:inline-block;display:flex;justify-content:center}.slg-lightbox img{max-width:90%;max-height:90%;border-radius:8px}.slg-lightbox-close{position:absolute;top:2%;right:7%;background:rgba(0,0,0,.6);border:none;font-size:54px;color:#fff;cursor:pointer;font-weight:700;border-radius:50%;width:30px;height:30px;text-align:center;line-height:0}