.mob-view {
  display: none !important;
}


@media screen and (max-width: 768px) {
  .mob-view {
    display:block !important;
  }
}