/* Sticky style */
.sticky {
  position: fixed;
  width: 100%;
  z-index: 1150;
}
