I think my problem is simple, yet I can't find an easy fix :
Here's my website
http://www.paperkrop.com/contest
I use the brightness filter on the sides of the packs for perspective's accuracy.
When I'm on Chrome it looks like this :
When I'm on Safari (which uses -webkit-brightness like chrome) :
Let's not focus on the problem with skew and scale here, but only on the brightness :
With a brightness of 0.8, Chrome (and other browsers) take it as 80% of brightness
Safari takes it as 20% of brightness
Is there any easy fix for that ?
Thanks in advance !
EDIT : Is there a way to distinct safari from chrome in css ? or making a stylesheet only for safari ? Is that a lead ?