I have an image animation that's created using a CSS mask, but for some reason, my media query's max-width: 100%;
property on img
is hiding/covering part of the image. If I remove it, it displays normally, but then the images aren't responsive.
Code/demo can be found here (resize Result window to reproduce): http://jsfiddle.net/x2hnomhs/.
Any help would be greatly appreciated. Thanks!