Hide something at a break point using max-width
@media (max-width:600px) { .hide-sm { display:none; } }