.uc-bg {
  position: relative;
  overflow: hidden;
}

.uc-bg::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(11, 19, 35, 0.85) 0%,
    rgba(11, 19, 35, 0.55) 50%,
    rgba(11, 19, 35, 0.85) 100%
  );
  pointer-events: none;
}
