Currently working on this website and for some reason on safari and chrome the transition on :hover of the round images overflows even when set to overflow: hidden
.
Any help would be greatful.
I found the solution here.
Add this properties to your .mix-img
class:
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0)