#orb-container {
  position: absolute;

  top: 310px;
  right: 95px;

  width: 650px;
  height: 470px;

  z-index: 20;
  pointer-events: auto;
  overflow: visible;
  cursor: grab;
}

#orb-container canvas {
  display: block;
  width: 100%;
  height: 100%;
}