som-header {
  position: relative;
  z-index: $header-index;
}

.sticky {
  position: sticky;
  top: 0px;
  display:block;
}
