.image-block img { transition: transform 0.4s ease; } .image-block:hover img { transform: scale(1.1); }