Responsive Visibility
Try Resizing your Browser and see what happens.

Desktop Device OFF

Tablet Device OFF

Phone Device OFF
<div class="hidden-desktop">This will hide content from Desktop Device</div>
<div class="hidden-tablet">This will hide content from Tablet Device</div>
<div class="hidden-phone">This will hide content from Phone Device</div>


