.nb-chroma {
    position: relative;
}
.nb-chroma[data-flickering="1"] {
  opacity: 0;
}
.nb-chroma__unicorn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nb-chroma__content {
  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  width: 100%;
  height: 100%;
}