.cult-void-scene-root {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #000;
  isolation: isolate;
}

.cult-void-scene-root--fullscreen {
  min-height: 100vh;
}

.cult-void-scene-root.is-transparent {
  background: transparent;
}

.cult-void-scene-root.is-pointer-passive {
  pointer-events: none;
}

.cult-void-thing {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: visible;
  pointer-events: none;
  will-change: transform, opacity;
}

.cult-void-thing-shell {
  display: block;
  width: fit-content;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}

.cult-void-thing-img {
  display: block;
  max-width: 300px;
  max-height: 300px;
  width: auto;
  height: auto;
  pointer-events: none;
  user-select: none;
}
