@media only screen and (max-width: 767px) {
  .hidden {
    display: none !important;
  }
}
