.image-interactive:hover .img-front {
    opacity: 0;
}

.image-interactive:hover .img-back {
    opacity: 1;
}