* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

body {
  background-color: #000;
  position: relative;
}
body .ejs_parent {
  background-color: transparent !important;
}
body > div {
  width: 512px;
  height: 480px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body > div #game {
  background-position: 50% 50%;
  background-size: contain;
}
body > div #game .ejs_game {
  background-color: transparent !important;
}
body > div #game > div:first-child:not(.ejs_game) {
  background-color: #000;
}/*# sourceMappingURL=stylesheet.css.map */