Hides content on screen sizes below 700px.
@media only screen and (max-width: 700px) { .mobile-hide{ display: none !important; } }