.back {
  display: none; }

.containerHome {
  position: absolute;
  left: 0px;
  top: 0%;
  width: 8%;
  height: 100%;
  display: none;
  margin-left: 5px;
  pointer-events: none; }

.containerPlay {
  position: absolute;
  top: 0%;
  right: 0px;
  width: 0%;
  height: 100%;
  display: none;
  margin-right: 5px;
  pointer-events: none; }

.buttonPositionHome {
  position: absolute;
  width: 100%;
  top: 0%;
  left: 0px;
  top: 0%;
  pointer-events: all; }

.buttonPositionPlay {
  position: absolute;
  top: 36%;
  width: 100%;
  left: 0px;
  display: none;
  pointer-events: all; }

.buttonPositionCollect {
  position: absolute;
  top: 36%;
  width: 100%;
  left: 0px;
  display: none;
  pointer-events: all; }

.buttonPositionGamble {
  position: absolute;
  top: 12%;
  width: 100%;
  left: 0px;
  display: none;
  pointer-events: all; }

.buttonPositionAutoOff {
  display: none;
  position: absolute;
  top: 2%;
  width: 100%;
  left: 0px;
  pointer-events: all; }

.buttonPositionAutoOn {
  position: absolute;
  top: 2%;
  width: 100%;
  left: 0px;
  display: none;
  pointer-events: all; }

.containerChat {
  position: absolute;
  left: 10px;
  top: 73vh;
  width: 6vh;
  display: none;
  pointer-events: none; }

.buttonPositionChat {
  position: absolute;
  width: 100%;
  pointer-events: all; }

@media screen and (min-aspect-ratio: 15 / 9) {
  .containerHome {
    width: 8%; }
  .containerPlay {
    width: 10%; } }

@media screen and (min-aspect-ratio: 16 / 9) {
  .containerHome {
    width: 9%; }
  .containerPlay {
    width: 11%; } }
