#manuImgGrid img {
    transition: transform 1s;
}

#manuImgGrid img:hover {
    transform: scale(1.2);
}