#overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#overlay {
  pointer-events: none;
  z-index: 100;
}

#swipe-container {
  position: absolute;
  background-color: transparent;
  width: 100%;
}

#Cocos2dGameContainer {
  position: fixed;
}

#GameFrame {
  position: fixed;
  width: 100%;
  height: 100%;
}

#bottom-container {
  width: 100%;
  background-color: transparent;
}

.mobile-tips {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

#tips-drag-animation {
  margin: auto;
  display: table-cell;

  max-width: 391px;
  max-height: 391px;
}

#tips-drag-animation-android {
  margin: auto;
  display: table-cell;
  position: relative;
  max-width: 391px;
  max-height: 391px;
  /* bottom: 25vh; */
}

#mobile-tips-android {
  display: flex;
}

#mobile-rotate {
  /* background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px; */
}

#tips-rotate-animation {
  margin: auto;
  display: table-cell;
  transform: rotate(0deg);

  max-width: 412px;
  max-height: 412px;
}

body {
  background: black;
  margin: 0;
  padding: 0;
}
