.video-container {
	position: relative;
	max-width: 100%;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
video {
	display: block;
	width: auto;
	max-width: 100%;
}
.controls {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 10px;
}
.eqis-button {
	border: none;
	padding: 10px 20px;
	margin: 5px;
	cursor: pointer;
	color: #fff;
	background: #111;
	font-size: 14px;
	transition: 0.2s;
	box-shadow: 0 0 5px #8888c3, 0 0 15px #8888c3, 0 0 30px #8888c3;
	text-shadow: 0 0 5px #8888c3, 0 0 10px #8888c3, 0 0 20px #8888c3;
}
.eqis-button:hover {
	box-shadow: 0 0 10px #8888c3, 0 0 30px #8888c3, 0 0 60px #8888c3;
}
.eqis-button:active {
	box-shadow: none;
}
.hidden {
	display: none;
}
.video-title {
	margin: 10px;
}