#spherecontainer {
  width: 100%;
  height: auto;
  position: relative;
}

canvas {
  width: 100% !important;
  height: auto !important;
  display: block;
  background: transparent !important;
  pointer-events: auto !important;
  z-index: 1000;
}

