/* =============
This class is the desktop equivalent of the "nomobile" class. Any element with class="nodesktop" will be hidden on desktop but not on mobile. ============= */
.nodesktop {
display: none;
}