@media (max-width: 768px) {
  #site-header {
    position: fixed;
  }

  #site-header .menu-toggle {
    cursor: pointer;
    z-index: 120;
  }
}
