@media screen and (max-width: 500px) { .hide-mobile { display: none; } }
Pro tip: use ```triple backticks around text``` to write in code fences