.animated-image-grid{padding:0;width:100%}.animated-image-grid__wrap{display:flex;flex-wrap:wrap;gap:24px;margin:0 auto;max-width:100%;width:100%}.animated-image-grid__item{box-sizing:border-box;flex:0 0 calc(33.33333% - 16px)}.animated-image-grid__media{border-radius:4px;overflow:hidden;width:100%}.animated-image-grid__media img{border-radius:4px;display:block;height:auto;transform:scale(1.15);transition:transform .4s cubic-bezier(.25,1,.5,1);width:100%}.animated-image-grid__item:hover .animated-image-grid__media img{transform:scale(1)}@media (max-width:991px){.animated-image-grid__item{flex:0 0 calc(50% - 12px)}}@media (max-width:640px){.animated-image-grid__item{flex:0 0 100%}}