.vjs-afk-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 22px 10px;
	width: 50%;
	height: 40%;
	max-height: 225px;
	min-height: 130px;
	background: rgba(43,51,63,.75);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	min-width: 350px;
	text-align: center;
}
.vjs-afk-container.hidden {
  display:none;
}
.vjs-afk-container h1 {
	font-size: 24px;
	text-align: center;
	text-shadow: 2px 2px 8px #333;
	color: #fff;
	margin-top: 0;
}
.vjs-afk-button.afk-button {
	display: inline-block;
	margin: 2% auto;
	padding: 5px 10px;
	width: 40%;
	background: rgba(50,50,50,.5);
	border: 1px solid #fff;
	font-size: 18px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	white-space: nowrap;
	margin: 0 5px;
}
.vjs-afk-button.afk-button:hover {
 background:rgba(100,100,100,.4)
}