/* Desktop and tablet: retain the theme's responsive image dimensions. */
body.home .hero-light-art > img {
    right: 0;
}

/* Mobile: the theme places the image in normal flow inside this wrapper. */
@media (max-width: 680px) {
    body.home .hero-light-art {
        right: 0;
    }
}
