html,
body {
  overflow: hidden;
}

body {
  background-image: url("../img/bg.png");
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
}

#bg-video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
}

#body {
  position: absolute;
  top: 0;
  left: 0;
}

figure {
  margin: 0;
}

.wrapper {
  margin: 0 auto;
}

.ar-model {
  margin: 0 auto;
  width: 100vw;
  height: calc(100vh - 56px);
}

.mode-button {
  background-color: white;
  border: 0.2rem solid black;
  position: absolute;
  font-size: 1.2rem;
  font-weight: bold;
  filter: drop-shadow(0.2rem 0.2rem 0.2rem #999);
}

.bg-button {
  top: 72px;
  left: 16px;
  z-index: 9999;
}

.ar-button {
  top: 16px;
  right: 16px;
}
