.hover-animation{position:relative}
.hover-animation img{
    position:absolute;
    transition:opacity 1s ease-in-out
    
}
.hover-animation img.image-front:hover{
    opacity:0;cursor:pointer
    
}
    