.zoomable-img {
    cursor: zoom-in;
    transition: transform 0.2s ease;
}
.zoomable-img:hover {
    transform: scale(1.015);
}