html{
	min-width: 960px;
}
.videoWrapper{
	cursor: pointer;
	position: relative;
	width: 100%;
	padding-bottom: 56.3%;
	height: 0;
}
.videoWrapper video{
	width: 98%!important;
	height: 98%!important;
	position: absolute;
	top: 0;
	left: 0;
}

a img{
	display: block;
}

#content a.blockHover{
	display: block;
}
#content a.blockHover:hover{
	text-decoration: none;
}
.readMoreButton{
	display: inline-block;
	margin: 1em 0;
	padding: 0.4em 1em;
	border: 1px solid #000;
	background-color: #333;
	color: #fff;
}