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_off">.....</div>

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

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