#wrapper,
html body {
  overflow: visible;
}
#header_sub {
  position: sticky;
  top: 0;
}
#header_sub + div {
margin-top: 0 !important;
}