I sorted it. I went thermonuclear and added a bunch of CSS. I bet half of this is pointless but here is what I added. I got sick of nothing working.
.bright-design figure.animated-overlay:hover,
.bright-design figure.animated-overlay:hover > img,
.bright-design figure.animated-overlay:hover .multi-masonry-img-wrap > img,
.bright-design figure.animated-overlay.overlay-alt:hover,
.bright-design figure.animated-overlay.overlay-alt:hover .figcaption-wrap {
-webkit-filter: none !important;
-moz-filter: none !important;
filter: none !important;
border-width: 0px !important;
border: 0px !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}