/* video.css */
.module_video {
	padding: 63px 0 49px;
}

.module_video .header_container {
	margin-bottom: 48px;
	text-align: center;
}

.module_video .embed-responsive .embed-responsive-item {
	width: 100% !important;
	height: 100% !important;
}

.module_video .video-js .vjs-big-play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
	.module_video {
		padding: 30px 0 32px;
	}
}