.zoom-gallery{display:grid;gap:10px}
.zoom-gallery.columns-2{grid-template-columns:repeat(2,1fr)}
.zoom-gallery.columns-3{grid-template-columns:repeat(3,1fr)}
.zoom-gallery.columns-4{grid-template-columns:repeat(4,1fr)}
.zoom-img{cursor:pointer;transition:transform .3s}
.zg-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);display:none;align-items:center;justify-content:center;z-index:9999}
.zg-lightbox img{max-width:90%;max-height:90%;transition:transform .3s}
