.gallery-ciay-container{margin:0 auto;padding:0;width:100%}.gallery-ciay-masonry{column-count:1;column-gap:1rem}@media (min-width:640px){.gallery-ciay-masonry{column-count:2}}@media (min-width:1024px){.gallery-ciay-masonry{column-count:3}}@media (min-width:1440px){.gallery-ciay-masonry{column-count:4}}.gallery-ciay-item{border-radius:1rem;break-inside:avoid;cursor:pointer;margin-bottom:1rem;overflow:hidden;position:relative;transition:transform .4s ease,box-shadow .4s ease}.gallery-ciay-item img{border-radius:1rem;display:block;transition:transform .5s ease,filter .5s ease;width:100%}.gallery-ciay-item:hover img{filter:brightness(1.15);transform:scale(1.1)}.gallery-ciay-overlay{align-items:center;backdrop-filter:blur(4px);background:rgba(0,0,0,.4);border-radius:1rem;color:#fff;display:flex;font-size:1rem;font-weight:500;inset:0;justify-content:center;opacity:0;padding:1rem;position:absolute;text-align:center;transition:opacity .3s ease}.gallery-ciay-item:hover .gallery-ciay-overlay{opacity:1}@media (max-width:640px){.gallery-ciay-overlay{font-size:.875rem;padding:.75rem}}