@media screen and (min-width: 981px) { .class { background-color: #000000; } }
@media screen and (max-width: 980px) { .class { background-color: #000000; } }