Struggling to overlay a svg logo onto a video clip (mp4) using mix-blend-mode: difference in Shopware 6.
Here is my CSS:
#gr-logo svg path { mix-blend-mode: difference; }
I've attempted with png files, applied blend modes to containers, and more. Interestingly, the same technique worked fine with text.
The issue persists when viewing at 991px or smaller size. Check it out here:
Any suggestions on why this isn't working as expected?
Thank you, Tom