html {
  background-color: black;
}

body {
  background: #000;
  color: #999;
  font-size: 17px;
}

a {
  color: #ccc;
  text-decoration: underline;
}

/* maintain 960x540 aspect ratio */
#unityContainer {
  /*width: 100vw;*/
  /*height: 56.25vw;*/
}

@media only screen and (max-width: 960px), (max-height: 540px) {
  #unityContainer {
    /*width: 960px;*/
    /*height: 540px;*/
  }
}

.webgl-content * {
  border: 0;
  margin: 0;
  padding: 0;
}

.webgl-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.webgl-content .footer .fullscreen {background-image: url('fullscreen.png'); width: 38px; float: right; cursor:pointer;}