.only-mobile {
  display: none !important;
}

@media (max-width: 768px) {
  .only-mobile {
    display: list-item !important;
  }
}

  .only-mobile a {
    display: block;
    padding: 10px 15px;
    color: white;
    text-transform: uppercase;
  }
}
