/* Hide all media elements and background images site-wide */
img, video, iframe, picture, svg, object, embed {
  display: none !important;
}

/* Remove background images while preserving background colors/animations */
* {
  background-image: none !important;
}

/* Allow the Home splash image */
img.home-splash { display: block !important; }

/* Allow app iframe embeds */
iframe.app-iframe { display: block !important; }
