/* youtubevideo design */
.ytvid{
	padding: 3px 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: center;
	clear: both;
	border-radius: 7px;
}

.itemytvid {
	display:inline-block;
	vertical-align:top;
	white-space:normal;
	padding: 2px;
	border: 1px solid #E6E9ED;
	border-radius: 7px;
	max-width:160px;
}  

.itemytvid a {
	text-decoration: none;
	display:block; 
	position: relative; 
}

.itemytvid a img {
	height: 90px;
	width: 120px;
	vertical-align: middle;
}   

.itemytvid a span.play { 
	display:none; 
	background: url("./images/play-arrow.png") center center no-repeat;
	margin: -95px 10px 0 0; 
	height: 95px; 
	position: relative; 
	z-index: 100; 
}

.itemytvid a:hover span.play {
	display:block; 
}

/* allvideo responsive design */
@media only screen and (max-width: 550px), only screen and (max-device-width: 550px) {
	#itemytvid {
		width: 300px !important;
	}
}

