Код:
<!--Убрать из мобильной версии-->
<style>
@media screen and (max-width: 768px) {
   .mobno {
 display: none !important;
  }
}
</style>