/*display mobile when the browser window is 991px width or less*/ @media only screen and (max-width: 991px){ // example .mobile{ display: block; } }