.hero-search-menu {
  position: fixed;
  z-index: 34;
}

@media (max-width: 560px) {
  .hero-search-menu {
    left: auto;
    right: 16px;
  }
}
