body {
  background: #FFFFFF;
  padding: 0;
  border: 0;
  margin: 0;
  height: 100%;
  overflow: hidden;
}

#app-player {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#app-player canvas {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

#bodyBg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#bodyBg.none {
  display: none;
}/*# sourceMappingURL=style.css.map */