.nrt-tech-cube-wrap {
  position: relative;
  width: 100%;
  min-height: var(--nrt-tech-cube-height, 480px);
  overflow: hidden;
}

.nrt-tech-cube-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  touch-action: none;
  cursor: pointer;
}
