How would I override CSS from "small.desktop.css" for just one element?
I have a leaderboard banner at the top of the page. When the browser width is reduced this CSS from "small.desktop.css" is applied:
.box {padding: 10px !important;}
The padding is shifting the vertical position of another banner below it.