.gallery img{
   transition: 1s;    
}

.gallery img:hover{
    filter: grayscale(0);
    transform: scale(1.5);
}