.mobile-sticky-header {
  position: sticky;
  top: 0;
  z-index: 2020;
}

@media (min-width: 768px) {
  .mobile-sticky-header {
    position: static;
  }
}
