#wp-custom-gallery-wrapper{box-sizing:border-box;width:100%;margin:30px 0;padding:0}#wp-custom-gallery-wrapper .gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:15px}#wp-custom-gallery-wrapper .gallery-item{position:relative;width:100%;aspect-ratio:1/1;cursor:pointer;z-index:1;transition:z-index 0s .3s}#wp-custom-gallery-wrapper .gallery-item img{width:100%;height:100%;object-fit:cover;border-radius:6px;box-shadow:0 2px 5px rgba(0,0,0,.1);transition:transform .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s ease;display:block;margin:0}#wp-custom-gallery-wrapper .gallery-item:hover{z-index:10;transition:z-index 0s}#wp-custom-gallery-wrapper .gallery-item:hover img{transform:scale(1.4);box-shadow:0 15px 30px rgba(0,0,0,.25);border-radius:8px}@media (max-width:600px){#wp-custom-gallery-wrapper .gallery-grid{grid-template-columns:repeat(2,1fr);gap:10px}#wp-custom-gallery-wrapper .gallery-item:active img{transform:scale(1.1)}}