Figured it out.
File locationed at
www.domain.com/templates/ja_mono/acm/features-intro/css/style.css
Comment out the following
.acm-features.style-1 .features-item:hover .feature-image {
/*-webkit-animation: image_animation 0.6s;
-moz-animation: image_animation 0.6s;
-o-animation: image_animation 0.6s;
animation: image_animation 0.6s;*/
}
.acm-features.style-1 .features-item:hover .feature-content {
/*-webkit-animation: content_animation 0.6s;
-moz-animation: content_animation 0.6s;
-o-animation: content_animation 0.6s;
animation: content_animation 0.6s;*/
}