Hi, It looks like your template css override the module css. Try to add this code to your css file :
#page-peel-banner img {
-webkit-transition-property: none;
-moz-transition-property: none;
-o-transition-property: none;
transition-property: none;
}