body {
 padding: 0;
  margin: 0;
  background: url('back.jpg');
      background-position: center;
    background-repeat: round;
    background-size: cover;
  }
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { position: fixed; width: 100%; height: 100% }
#unity-canvas { background: #231F20 }
.unity-mobile #unity-canvas { width: 100%; height: 100%;}
#unity-loading-bar { z-index: 21; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px;}
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; 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-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
#unity-progress-bar-empty {
    z-index: 85;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #283aa8;
    display: inline-flex;
    width: 40%;
    height: 30px;
  }

  #unity-progress-bar-full {
    margin-top: 0px;
    z-index: 85;
    width: 1%;
    background: #4aaadb;
    height: 100%;
  }

  #procentLoad {
    z-index: 90;
    position: absolute;
    left: 49%;
    top: 50%;
    margin: auto;
    color: white;
  }

  #myLogo {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 80;
    background: #575b75;
  }

  #unity-container {
    /*border: 3px solid #493eb3;*/
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    max-width: 600px;

/*-webkit-box-shadow: 2px 3px 12px 16px rgba(49, 61, 157, 0.7);
-moz-box-shadow: 2px 3px 12px 16px rgba(49, 61, 157, 0.7);
box-shadow: 2px 3px 12px 16px rgba(49, 61, 157, 0.7);*/
   
  }

  .load{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 20 !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    background: rgb(7,0,133);
    background: linear-gradient(0deg, rgba(7,0,133,1) 0%, rgba(9,34,121,1) 21%, rgba(0,212,255,1) 100%);
  }
  #loadGif{
        max-height: 200px;
        margin-top: -100px;
        margin-left: 40px;
  }

  .loadText
  {
    color: white;
    font-size: 30px;
    text-align: center;
    margin-top: -65px;
  }


  @media screen and (max-width: 650px) {
   #unity-container {
    box-shadow:none;
     border: none;
     max-width: 100% !important;
  }
}
