.gallery {
    transition: .5s;
}

.gallery:hover {
    transform: scale(1.01);
}