html,
body {
  overflow-x: hidden;
}

.hero > * {
  min-width: 0;
}

@media (max-width: 600px) {
  .header-actions {
    margin-left: auto;
  }

  .menu-toggle {
    display: block !important;
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
  }

  .header-actions > .button-small {
    display: none;
  }

  .hero-copy > p {
    max-width: 100%;
  }

  .api-stage {
    width: calc(100% + 24px);
  }
}
