.sticky-cc {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
