@media (max-width: 767px) {
  .no-mobile {
    display: none;
  }
}
