#uc-main {
  position: relative;
  z-index: 1;
}

#uc-second {
  z-index: 2;
  position: relative;
}

.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

