textarea {
    position: absolute;
    top:  0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
  }
  #unity-container .rotate {
    font-size:  35px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  #unity-canvas { background: #231F20; transform-origin: top center; }
  #unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
  #unity-logo { font-size: 25px; color: white; }
  #unity-logo:after {
    content: "";
    position: absolute;
    left: 100%;
    animation: progress 1s infinite;
  }

  .adsense-120x600.adsense-right {
    right: 0;
  }

  @keyframes progress {
    0% {
      content: "";
    }

    33% {
      content: ".";
    }

    66% {
      content: "..";
    }

    100% {
      content: "...";
    }
  }
  #unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; background: white; display: none; }
  #unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: white }
