This is the simple CSS to highlight DIV.

.highlight { background: darkblue; }

Now check out the 3 DIVs below.

Resize your browser then refresh and check the result

<div class="highlight_desktop">.....</div>

<div class="highlight_tablet">.....</div>

<div class="highlight_mobile">.....</div>