body { padding: 0; margin: 0; overflow: hidden; }
#unity-container { position: fixed; width: 100%; height: 100%; }
#unity-canvas { width: 100%; height: 100%; background: #231F20 }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
//#unity-logo { width: 154; height: 130px; background: url('unity-logo-dark.png') no-repeat center}
//#unity-progress-bar-empty { margin-left: auto; margin-right: auto; width: 141px; height: 18px; margin-top: 10px; background: url('progress-bar-empty-dark.png') no-repeat center }
//#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }

#unity-logo {
  display: block;
  width: 350px;
  height: 335px;
  /*background: url('UnityLoadingIcon.png') no-repeat center;*/
  background: url('UnityLoadingIcon15Years.png') no-repeat center;
  background-size: contain;
  margin: 0 auto; /* center horizontally */
}

#unity-progress-bar-empty {
    margin-left: auto;
    margin-right: auto;
    width: 300px; /* wider than 141px */
    height: 30px;
    margin-top: 50px;
    background: url('progress-bar-empty-dark.png') no-repeat center;
    background-size: 100% 100%; /* ensures the image stretches with width */
}

#unity-progress-bar-full {
    width: 0%;
    height: 30px;
    margin-top: 50px;
    background: url('progress-bar-full-dark.png') no-repeat center;
    background-size: 100% 100%; /* makes full bar stretch properly */
}
