@media screen and (max-width: 768px) {
  .mobile-hide {
    display: none;
  }

  .mobile-show {
    display: inline;
  }
}

.top-nav {
  height: 0;
}
