@media (max-width: 999px) {

  /* Ensure secondary header shows */
  #header-secondary-outer {
    display: block !important;
  }

  /* Push page content down to match the new header height */
  body {
    padding-top: 150px !important; /* adjust value */
  }
}