/* Force black background site-wide */
body, html {
    background-color: #000000 !important;
    background-image: none !important;
}

/* Remove all background images from all elements */
* {
    background-image: none !important;
}

/* Hide all photos/images/videos */
img, picture, svg, video {
    display: none !important;
}