body { 
	padding: 0;
	margin:0;
	border:0;
	overflow: hidden;
	background: #000;
    font-family: arial;
    color: #fff;
}
#unity-container { 
	position: absolute 
}
#unity-container.unity-desktop { 
	width:100%;
	height:100%;
	/*left: 50%; top: 50%; transform: translate(-50%, -50%) */
}
#unity-container.unity-mobile { 
	position: fixed; 
	width: 100%; 
	height: 100% 
}
#unity-canvas { 
	background: #000000; 
	display:none 
}
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-box{
    text-align: center;
    font-weight: bold;
    background: url('black95.png');
    padding: 20px 40px 40px;
	position: absolute; 
	left: 50%; 
	top: 50%; 
	transform: translate(-50%, -50%); 
	display: none;
}
#unity-loading-bar { 
	width: 141px; 
	margin:auto;
}
#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-warning { 
	position: absolute; 
	left: 50%; 
	top: 5%; 
	transform: translate(-50%); 
	background: white; 
	padding: 10px; 
	display: none; 
}
/* Add some content at the bottom of the video/page */
#unity-load-options {
    background: url('black95.png');
	padding:40px;
	position:absolute;
	width: 600px;
    height: auto;
	left: 50%; 
	top: 50%; 
	transform: translate(-50%, -50%);
	text-align: center;
}
/*	position:fixed;
	bottom:0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-family:sans-serif;
}
/* Style the button used to pause/play the video */
#btnHigh, #btnLow {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  margin: 0px 20px;
  border: 1px solid #fff;
  background: #111;
  color: #fff;
  cursor: pointer;
}
#btnHigh:hover, #btnLow:hover {
  background: #ddd;
  color: black;
}
#unity-preloadVideo {
    position: absolute;
  /*min-width: 100vw;*/
  /*min-height: 100vh;*/
	width:100%;
	height:100%;
     top:50%;
     left:50%;
     transform: translate(-50%, -50%);
}
