header{
	border-bottom: 1px solid #ccc;
}
#content.feature{
	margin-top: 0;
}
#content.feature .inner{
	padding-top: 0;
}
#content.feature h1{
	margin: 0;
}
#content.feature .page-content{
	margin-top: 30px;
}
#content.feature .page-content p{
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
#content.feature .page-content .page-content_inner{
	margin: 0 22px;
}
@media screen and (max-width: 480px) {
	#content.feature .page-content .page-content_inner{
		margin: 0 12px;
	}
}
.youtube-player{
	padding-bottom: 56.25%;
    width: 100%;
    position: relative;
	margin-top: 30px;
}
.youtube-player iframe{
	position: absolute;
	top: 0;
	left: 50%;
	width: 100% !important;
	height: 100% !important;
	margin-left: -360px;
}
@media screen and (max-width:792px) {
	.youtube-player iframe{
		left: 0;
		margin-left: 0;
	}
}