body {
    background: red !important;
}
@media (max-width: 768px) {
    body {
        background: limegreen !important;
    }
}
