html, body {
	padding: 0;
  background: #222;
	color: #FFF;
	text-align: center;
	font-family: sans-serif;
	max-width: 375px;
	margin: auto;
}
video {
	display: block;
	background: black;
  width: 100%;
  height: calc(1920px / 9 * 16);
  margin: auto;
}
@media (min-width: 375px) {
	video {
		height: calc(375px / 9 * 16)
	}
}
.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
    opacity: 0;
    pointer-events: none;
    width: 5px;
}
figure {
	width: 100%;
}

interface {
	position: ab;
	margin-top: 200px;

		padding-left: 200px;

	 background: soloid red;
}

.play {
	float: left;
}
.fullscreen {
	float: right;
}
.threejs-notice {

}
.threejs-notice a {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
h2 {
	margin: 1em 0;
}
p {
	line-height: 25px;
	font-size: 0.75em;
	margin: 0 0 1em;
}
a {
	color: #FFF;
}
code {
	font-size: 1.2em;
}

