.story-teller .game-feedback {
  max-height: 100%;
  overflow: auto;
  padding: 0 10px;
}

.story-teller .page-header {
  margin-top: 0;
}

.story-teller .countdown {
  background-color: rgb(169, 169, 169, 0.8);
  color: white;
  font-weight: bold;
  border-radius: 75px;
  border: solid 1px white;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 2;
  margin: 10px;
}

.options-interaction .countdown {
  float: right;
}

.hotspot-interaction .countdown {
  position: absolute;
  z-index: 1;
}

.hotspotshape-interaction .countdown {
  position: absolute;
  z-index: 1;
}

.story-teller .canvas-container {
  position: absolute;
  z-index: 1;
}

.story-teller .hotspot-shape-canvas {
  width: 100%;
}

.story-teller video {
  background-color: #000;
}

.story-teller video::-webkit-media-controls-fullscreen-button {
  display: none;
}

.story-teller ol {
  position: absolute;
  list-style-type: none;
  padding: 10px;
  z-index: 1;
  margin: 0;
  padding: 0;
}

.story-teller ol li {
  margin-bottom: 8px;
}

.story-teller ol button {
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
  border: none;
}

.story-teller .hotspot-interaction table {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.story-teller .toggle-fullscreen {
  position: absolute;
  color: white;
  background-color: transparent;
  border: none;
  height: 32px;
  width: 32px;
  font-size: 18px;
}

.story-teller .toggle-fullscreen:focus {
  /*outline: 0;*/
}

.story-teller:fullscreen {
  background-color: #ececed;
}

.story-teller:fullscreen .node_container {
  /* responsive 16by9 */
  width: 100vw !important;
  height: calc(9/16 * 100vw) !important;
  max-height: 100vh !important;
  max-width: calc(16/9 * 100vh) !important;

  /* center */
  margin: auto !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

.a-enter-ar {
  display: none;
}

html.a-fullscreen .a-canvas {
  background-color: black;
}