.gallery img {
    transition: 1s;
    
}
.gallery img:hover {
    filter: grayscale(100%);
    transform: scale(1.1);
}