.img-hover {
    opacity: 0;
    transition: opacity .3s ease;
}

.img-hover:hover {
    opacity: 1;
}