html, body {
  border:0;
  padding:0;
  margin:0;
}

#minigame {
  background-image:none;
  background-color: transparent;
  display: block;
  width:100%;
  max-height: -webkit-fill-available;
  height: 800px;
  border:0;
  padding:0;
  margin:0 auto;
}

.fullscreen {
  background-image:none;
  background-color: transparent;
  position:fixed;
  height:100vh !important;
  max-height: -webkit-fill-available;
  top:0px;
  left:0px;
  display:inline !important;
  z-index:999999;
}

#minigame:focus {
  outline: none;
}

#minigame[seamless] {
  display: block;
}

@media (min-aspect-ratio: 4/7) {
  body.is-touchscreen iframe.minigame-theme-maze_muncher {
    width: auto !important;
    aspect-ratio: 4/7;
    left: 0;
    right: 0;
  }
}

body.is-touchscreen.minigame #bandeau_sup {
  display: none;
}
