/* body {
    background-image: url(assets/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
} */

@media only screen and (max-width: 768px) {
    body {
        background: none;
    }
}