.nb-tiles-v4 {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: #808080;
}

.nb-tiles-v4[data-flickering="1"] {
  opacity: 0;
}

.nb-tiles-v4__scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.nb-tiles-v4__canvas {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}

.nb-tiles-v4__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.nb-tiles-v4__content a,
.nb-tiles-v4__content button,
.nb-tiles-v4__content input,
.nb-tiles-v4__content textarea,
.nb-tiles-v4__content select {
  pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
  .nb-tiles-v4__canvas {
    pointer-events: none;
  }
}
