.video-title{
	font-size: 18px;
	height: 26px;
	line-height: 26px;
	margin-bottom: 30px;
}

.video-content{
	width: 1200px;
	margin: 0 auto;
	padding-top: 110px;
}

.video-js-content{
	margin-bottom: 50px;
}

.vjs-poster{
	background-size: 100%;
	background-position: center;
}

.video-js .vjs-big-play-button{
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

@media (max-width: 1200px) {
	.video-content{
		width: 100%;
		padding: 0 15px;
		padding-top: 70px;
		-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
	}

	footer{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}
}