html,
body,
.stage,
.canvas {
  background: transparent;
}

.canvas {
  width: 100vw;
  height: 100vh;
}

.ask-bubble,
.menu-bubble {
  display: none;
}

.feedback-bubble {
  left: auto;
  right: calc(50% - 59px);
  top: calc(50% - 24px);
}

.demo-cursor {
  left: calc(50% + 62px);
  top: calc(50% + 24px);
  transform: none;
  transition: left 700ms cubic-bezier(.22, .8, .28, 1), top 700ms cubic-bezier(.22, .8, .28, 1);
}

.demo-cursor.at-feedback {
  left: calc(50% - 1px);
  top: calc(50% - 1px);
  transform: none;
}
