.ytvideoContainer {
	position: relative;

}

.mod_newsreader .ytvideoContainer {
  position: relative;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.ytvideoWrapper {
	display: none;
	position: relative;
	width: 100%;
	padding-top:56.25%;
}

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

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