Html code in footer.liquid not showing on mobile, only on desktop

Hi,

I have added the following code in the footer.liquid (Palo Alto Theme) and its showing perfectly fine (including link) on desktop, but not showing at all on mobile.

website: https://nonu.shop/

This is only about this peace of code: Verbraucherschutz.de Serviceversprechen nonu.Berlin


                   	
![Eden Reforestation|2000x1120](upload://kXCM7LEGpJpDnTJBpa5ioI19FKb.png)

                       [![Verbraucherschutz.de Serviceversprechen nonu.Berlin](http://verbraucherschutz.de/verbraucherschutz_de_service_versprechen.png)](https://verbraucherschutz.de/hautfreundlicher-schmuck-von-nonu-shop-berlin/)
                        
![DHL Go Green Logo|876x293](upload://erT9T75GvNX5IaqnvKt5AqcPY03.png)

                        

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme. css file and add the following code at the end of the file:

@media screen and (max-width: 749px) {
  .Footer__Content a img {
     max-width: unset !important;
   }
}

The image will be displayed normally on the mobile end.