I\'m having a problem with the back face-visibilty property. It works how I want it to in Safari/Chrome, but for some reason it\'s not working correctly in Firefox.
Add only -moz-backface-visibility: hidden; in the parent. This worked for me.
-moz-backface-visibility: hidden;