Actually this will only hide the image by css, but it will still be downloaded on mobile and use bandwith. Especially for carousels this can eat up a lot of mb’s.
@benpines is there an element available that lets us set a background image, where we can use media queries to influence the url based on screen size, or (preferably) a back-end solution that checks device meta data and serves a different image based on that?