html {
  height: 100%;
}

body {
  height: 100% !important;
  min-width: 320px !important;
  overflow: hidden !important;
  margin: 0;
}

#mainContent {
  background-image: url("/csr/plastic-recycle/game3/img/BG.png");
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
}
#mainContent:-webkit-full-screen {
    background-image: url("/csr/plastic-recycle/game3/img/BG.png");
    width: 100%;
    height: auto;
}
#mainContent:-moz-full-screen {
    background-image: url("/csr/plastic-recycle/game3/img/BG.png");
    width: 100%;
    height: auto;
}
#mainContent:-ms-full-screen {
    background-image: url("/csr/plastic-recycle/game3/img/BG.png");
    width: 100%;
    height: auto;
}
#mainContent:fullscreen {
    background-image: url("/csr/plastic-recycle/game3/img/BG.png");
    width: 100%;
    height: auto;
}

#marginZone {
  position: absolute;
}

.background{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}

#background_1 {
  background-image: url("/csr/plastic-recycle/game3/img/Frame.png");
}

#how_to_play {

  padding: 0;
  background-image: url("/csr/plastic-recycle/game3/img/Howto/BG.png");
  background-repeat: repeat;
  overflow-y: scroll;
  position: absolute;

  height: 94%;
  top: 2%;
  left: 0;
  right: 0;
  margin: auto;

  text-align: center;
}
#how_to_play img {
  width: 100%;
}

#loading_screen{
  width: 50%;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
}
#loading_screen img{
  width: 50%;
}

.game_button{
  cursor: pointer;
  height: auto;
}
.game_buttonL{
  cursor: pointer;
  height: auto;
}

#how_to_play p {
  margin: 2% auto;
}

#enchant-stage {
}

#fullscreen {
    position: fixed;
    right: 0px;
    bottom: 30px;
    width: 100%;
    height: 38px;
    line-height: 38px;
}

#fullscreen img {
  float: right;
}

.ingamefooter {
  position: fixed;
  font-size: 1.2rem;
  text-align: center;
  bottom: 0px;
  padding: 0px;
  width: 100%;
  background-color: #194B65;
  color: #60B0FF;
}

#warning_sp {
  background-image: url("/csr/plastic-recycle/game3/img/BG.png");
  background-repeat: repeat;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
#warning_sp2 {
  background-image: url("/csr/plastic-recycle/game3/img/Frame.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
#warning_sp3 {
  background-image: url("/csr/plastic-recycle/game3/img/warning_sp.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 60%;
  height: 100%;
  margin: auto;
}

