How can I hide specific image banners on mobile or desktop views?

@NataliaWu , one great solution for you would be to wrap the two images inside the html tag, and use the media attribute to control when you want the images to appear based on screen size, for example:


The first image will only appear on a screens larger that 600px , the other will appear on screens lesser than 600px.