.page .header-container.fixed {
  height: 200px;
  position: fixed;
  width: 100%;
  z-index: 9;
}
.page .header-container.fixed + div {
  padding-top: 200px;
}
