.pet-gallery-list{display:flex;flex-wrap:wrap;gap:12px;list-style:none;margin:0 auto;max-width:660px;padding:0}.pet-gallery-list>li,.pet-gallery-list>li a{border-radius:8px;padding:0}.pet-gallery-list img{border-radius:8px;height:150px;object-fit:cover;transition:transform ease 333ms;width:150px}.pet-gallery-list a:hover img{transform:translateY(-3px)}