#media-video {
	width: 100%;
}

#media-player {
	display: inline-block;
	position: relative;
	width: 100%;
}

#media-controls {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
	background: transparent;
}

.media-controls__button {
	display: block;
	float: left;
	height: 30px;
	width: 6%;
	border: 0;
	text-align: center;
	outline: 0;
	padding: 0;
	background: transparent
}

.media-controls__button .fa {
	text-shadow: 0 0 2px #333;
}

.media-controls__button .fa {
	color: #fff;
	font-size: 18px;
}

#progress-bar {
	position: relative;
	float: left;
	width: 84%;
	height: 5px;
	background-color: rgba(102, 102, 102, 0.6);
	padding: 0;
	margin-top: 12px;
	border-radius: 100px;
}

#progress {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 5px;
	background-color: #01d4ff;
	z-index: 3;
	border-radius: 100px;
}

#buffered-amount {
	position: absolute;
	left: 0;
	top: 0;
  display: block;
	height: 5px;
  background-color: #4198ab;
  width: 100%;
	z-index: 2;
	border-radius: 100px;
}