.sticky-block {
  position: sticky;
  top: 0;
  z-index: 100;
  background: white;
}
