So I have a few images with a blur filter and when ever I hover over them it flickers it flashes out when I put my mouse over and again when I take it off. I have had this problem appear seemingly randomly as it happens on computers I am on but than other times it is randomly fine.
I have already tried backface-visibility: visible|hidden|initial|inherit;
I have already tried -webkit-transform: translateZ(0) scale(1.0, 1.0);
I have already tried -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
none of which have had any effect. here is my code https://jsfiddle.net/leothetinyninja/wjnzof9x/ Please tell me if you know what the problem is.