Hello!
My background image completely disappears on smaller screens. I was trying to fix this by pointing to a different image for mobile, and it sort of works, but it creates a few problems. (1) For some reason, my formatting changes on my footer text, changing from san-serif, black text to serif, blue text; and (2) The Google ReCAPTCHA badge that I have hidden with CSS reappears! It’s so weird, because these things don’t seem related to me.
I was using this CSS:
@media (max-width: 480px) {
.backstretch {
background-image: url(‘https://iamshannonlove.com/wp-content/uploads/2019/02/MoonMagic_480max.png’) !important;
}
Can you please help me? Thank you.

