#video {
	opacity: 85%;
	position: absolute;
	z-index: 1;
	min-width: 160px;
	min-height: 200px;
	max-width: 320px;
	max-height: 400px;
	width: 25%;
	height: 30%;

	/*background-color: black;*/
}

#scene {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#subtitle {
	opacity: 85%;
	position: absolute;
	z-index: 1;
	position: absolute;
	top: 90%;
	left: 10%;
	width: 80%; 
	margin: auto;
	text-align: center;
}

#subtitle span{
	background-color: black;
	color: white;
	font-size: x-large;
}

#subtitle span{
	background-color: black;
	color: white;
	font-size: x-large;
}

@media only screen and (max-width: 390px) {
  #subtitle span {
	font-size: medium;
  }
}

img {
	height: 100vh;
	width: 100%;
}

body {
	background-color: black;
}