.img-zoom-in {
    display: block;
    transition: transform 0.3s ease-in-out;
}

.img-zoom-in:hover {
    transform: scale(1.2);
}
