This seems like it should be real simple... I have a Div with background image that slowly moves from top to bottom - It is responsive and scales up and down to browser width - which is fine - but on a phone the responsive scaling is almost too much and the image is too small. How Can i prevent this div / animation from scaling past a certain point - so it starts cropping vs scaling? I have tried a min-height class buit it doesn't seem to affect anything - and a min-width stops the scaling at that point but then makes horizontal scroll bars on smaller screens. Ultimately I'm just trying to have a responsive background image that also animates. Here's the example: Here
Thanks
John