.ofx-sphere-section {
  width: min(100%, 896px);
  margin: 0 auto;
}

.ofx-sphere-stage {
  position: relative;
  width: 100%;
  height: min(58vw, 455px);
  min-height: 340px;
}

.ofx-sphere-stage canvas {
  outline: none;
}

@media (max-width: 800px) {
  .ofx-sphere-stage {
    height: 82vw;
    min-height: 380px;
  }
}
