div.EH_VDO {
	margin: 20px auto;
	text-align: center;
}

.EH_VDO video {
	width: 480px;
	max-width: 100%;
}

.ytvideo {
	margin: .5em auto;
	max-width: 480px;
	font-family: arial;
	text-align: center;
	position: relative;
	min-height: 120px;
	overflow: hidden;
	background-color: #555;
}

.ytvideo img {
	display: block;
	max-width: 100%;
	border: 0;
}

.ytvideo a:after {
	content: "\A0\25BA";
	position: absolute;
	width: 60px;
	height: 50px;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border: 0;
	border-radius: 10px;
	color: white;
	background: rgba(0, 0, 0, .6);
	font-size: 24px;
	line-height: 50px;
	cursor: pointer;
}

.ytvideo a:hover:after {
	background: #CC181E;
}