.ytvideoContainer {
	position: relative;
	margin-bottom: 20px;
}

.ytvideoContainer .ytvideoWrapper {
	display: none;
	position: relative;
	width: 100%;
	padding-top:56.25%;
}

.ytvideoContainer .ytvideoPlayButton {
	position: absolute;
	width: 5rem;
	height: 5rem;
	left: 50%;
	margin-left: -2.5rem;
	top: 50%;
	margin-top: -2.5rem;
}

.ytvideoContainer iframe.ytvideoVideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ytvideoContainer .ytvideoPreviewImageContainer {
	position: relative;
	cursor: hand; /* very old ie */
	cursor: pointer;

}
.ytvideoContainer  p.ytvideoSourceInfo {
        position: absolute;
        bottom: 0px;
        left: 6px;
        font-size: .8em;
        color: white;
	text-shadow: 1px 1px 1px black;
}  

/* @orcan */
#main .mod_article.ytvideoFeed,
#main .mod_article.ytvideoFeed .mod_newslist {
	background: none;
}

#main .mod_article.ytvideoFeed .gray {
	display: none;
}

#main .mod_article.ytvideoFeed .triangle {
	display: none;
}

.ytvideoPlayButton {
	cursor: pointer;
}
