#vid {
	position:absolute;
    height:100%;
    width:100%;
    overflow: hidden;
    z-index: 0;
}
#vid video {
	min-width: 100%;
    min-height: 100%;
}
#q-wrapper {
	position: absolute;
	top: 50%;
	left: 75%;
	margin: -105px 0 0 -300px;
	z-index: 10;
}
#questions {
	margin-left: auto;
    margin-right: auto;
    width: 600px;
    height: 210px;
    margin: 0 auto;
    background: transparent;
}
.ques {
	color: #fff;
	font-size: 18px;
	font-style: italic;
	text-shadow: -1px 1px 8px #000, 1px -1px 8px #000;
}
.answer button {
	float: left;
	background: green;
	width: 200px;
	height: 44px;
	color: #fff;
	padding: 5px;
	z-index: 20px;
	font-size: 24px;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
	margin: 40px;
	box-shadow: -1px 1px 2px #000, 1px -1px 2px #000;
}
.answer button:hover {
	background: #fff;
	color: #000;
}
.no button {
	background: red;
}
#skip {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#skip button {
	background: #fff;
	color: #000;
	border: 0;
	padding: 5px;
	cursor: pointer;
}
#skip button:hover {
	background: #ffff00;
}