.gc-hamburger {
  float: right;
  margin-bottom: 10px;
  margin-top: 18px;
  max-height: 22px;
}

@media (min-width: 768px) {
  .gc-hamburger {
    max-height: 25px;
  }
}

@media (min-width: 992px) {
  .gc-hamburger-container {
    display: none;
  }
}
