.back {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0%;
  z-index: -1;
}

.gameBG {
  top: 0%;
  background-repeat: repeat-y;
  overflow: visible;
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
  opacity: 1;
  position: absolute;
}

.containerHome {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 51px;
  display: none;
  pointer-events: none;
}

.containerCobrar {
  position: absolute;
  width: 100%;
  height: 19.4vh;
  display: none;
  bottom: 0%;
  right: 0px;
  pointer-events: none;
}

.containerPlay {
  position: absolute;
  width: 100%;
  height: 19.4vh;
  display: none;
  right: 0px;
  bottom: 0%;
  pointer-events: none;
}

.buttonPositionPlay {
  position: absolute;
  left: 39%;
  width: 20%;
  display: none;
  pointer-events: all;
}

.buttonPositionAutoOn {
  position: absolute;
  right: 10%;
  width: 20%;
  display: none;
  pointer-events: all;
}

.buttonPositionAutoOff {
  display: none;
  position: absolute;
  right: 10%;
  width: 20%;
  pointer-events: all;
}

.buttonPositionCobrar {
  position: absolute;
  left: 10%;
  width: 20%;
  display: none;
  pointer-events: all;
}

.buttonPositionHome {
  position: absolute;
  left: 5%;
  height: 60%;
  pointer-events: all;
  top: 34%;
}

.containerChat {
  position: absolute;
  left: 1vw;
  top: 69vw;
  height: 6vw;
  display: none;
  pointer-events: none;
}

.buttonPositionChat {
  position: absolute;
  height: 100%;
  pointer-events: all;
}

@media screen and (max-aspect-ratio: 5/7) {
  .buttonPositionPlay {
    width: 28%;
    left: 35%;
  }
  .containerPlay {
    height: 27.4vh;
  }
  .containerCobrar {
    height: 27.4vh;
  }
}