@media screen and (min-width: 767px) {
  .mobile-break {
    display: none;
  }
}

