.img-hover {
    transition: transform 0.3s ease, filter 0.3s ease;
}
.img-hover:hover {
    transform: scale(1.03);
    filter: brightness(1.1);
}