/* Ease transition hover effect */
.ease { 
transition: all 0.7s ease-in;
transition: all 0.7s ease-out;
}