Hi,
I added the code below to your custom css option.
.bright-design .product figure.animated-overlay:hover > img {
-webkit-transform: scale(1.3)!important;
-moz-transform: scale(1.3)!important;
-ms-transform: scale(1.3)!important;
-o-transform: scale(1.3)!important;
transform: scale(1.3)!important;
}
.bright-design figure.animated-overlay:hover > img, .bright-design figure.animated-overlay:hover .multi-masonry-img-wrap > img, .bright-design .product-type-standard figure:hover img{
-webkit-filter: none!important;
-moz-filter: none!important;
filter: none!important;
}
Hope it helps.
-Rui