currently have a animation that shakes an image when you hover over it, but i want to exclude certain images. I know how to do this with div classes using img:not(.class) but not with a <img src>. how would i go about excluding a <img src> from an animation?