.video-container{
	width:100%;
	background-color:#000;
	text-align:center;
}
.chromeiosimg {
	width:100%;
	height:auto;
}
video {
	display: block;
	background: black;
  /*width: 50%;*/
  /*height: calc(100vw / 16 * 9);*/
  /*margin: auto;
  margin-top:-290px;*/
  height:100%;
  width: 100%;
    margin: 0 auto;
}
@media (min-width: 500px) {
	video {
		/*height: calc(500px / 16 * 9)*/
		margin-top:0px;
	}
}
.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
    opacity: 0;
    pointer-events: none;
    width: 5px;
}
figure {
	width: 100%;
}
.play {
	float: left;
}
.fullscreen {
	float: right;
}
.threejs-notice {

}
.threejs-notice a {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
