.cc-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.cc-background__vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(5, 7, 10, 0.55) 70%, rgba(5, 7, 10, 0.92) 100%);
}
