.heading-wrapper {
  margin-top: 1rem;
}

@media only screen and (max-width: 800px) {
  #site-header {
    display: none;
  }

  h1#gameName {
    font-size: 20px;
    line-height: 1.5rem;
  }

  .heading-wrapper {
    margin-top: 0;
  }

  .m1-container {
    height: 100px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 1166px) {
  .desktop-nav-buttons {
    display: none !important;
  }
}

@media only screen and (min-width: 1167px) {
  .mobile-nav-buttons {
    display: none !important;
  }
}
