html {
	background:#F2F5FA;
}

.player {
	width: 640px;
	height: 403px;
	position: relative;
	margin: 50px auto;
	border: 1px solid #CCC;
	box-shadow: 1px 1px 15px #CCC;
}

.video {
	position: absolute;
	left:0;
	right:0;
	top: 0;
	bottom:43px;
}

.control {
	float: left;
	padding: 0 10px;
}
.toolbar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.8);
	padding: 13px 0 13px;

}

.control a {
	text-decoration: none;
	color: #000000;
}

.progress-container {
	position: absolute;
	left: 43px;
	right: 79px;
	width: auto;
}
.volume, .fullscreen {
	float: right;
}

.player:-webkit-full-screen {
  width: 100%;
  height: 100%;
}