.custom-gallery-block{margin:2rem 0}.custom-gallery-block .custom-gallery-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.custom-gallery-block .custom-gallery-item{border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.1);display:block;height:220px;overflow:hidden;position:relative;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.custom-gallery-block .custom-gallery-item:hover{box-shadow:0 8px 30px rgba(0,0,0,.2);transform:translateY(-5px)}.custom-gallery-block .custom-gallery-item .custom-gallery-image{height:100%;left:0;position:absolute;top:0;width:100%}.custom-gallery-block .custom-gallery-item .custom-gallery-image img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.custom-gallery-block .custom-gallery-item .custom-gallery-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3));bottom:0;color:#fff;font-size:1rem;font-weight:600;left:0;letter-spacing:1px;margin:0;padding:1.5rem;position:absolute;right:0;text-transform:uppercase;width:100%;z-index:1}
