body {
  overflow: hidden;
  touch-action: none;
  -webkit-overflow-scrolling: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.model {
  position: fixed;
  top: 0px;
  left: 0px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

model-viewer {
  position: relative;
  --poster-color: #485967;
  width: 100%;
  height: 100%;
}

#play {
  width: 3em;
  min-width: 40px;
  max-width: 70px;
  background: transparent;
  border: none;
}

#pause {
  width: 3em;
  min-width: 40px;
  max-width: 70px;
  background: transparent;
  border: none;
  display: none;
}

.controls {
  position: fixed;
  bottom: 0px;
  right: 0px;
  padding: 2em 1.5em;
}

.nopage {
  background-color: #40473f;
}

@media all and (max-width: 768px) {
  #play {
    width: 5em;
  }

  #pause {
    width: 5em;
  }

  .controls {
    padding: 2em 1em;
  }
}/*# sourceMappingURL=style.css.map */