I have the following feature in my current CSS:
.image {
mix-blend-mode: multiply;
}
However, it has a bizarre bug in Firefox OSX. I want to ignore it in this browser, but I want to keep it on everyone else. It is possible? Through css hacks, maybe?