Avoid white fade while doing hover on images

here is the css solution, just paste it inside your css panel:

.isdesktop a:hover .rmwidget.widget-picture:not(.has-onhover-animation), .no-isdesktop a:active .rmwidget.widget-picture {
opacity:1!important;
}

It overwrites the rm hover behaviour.