/* stage.css */
.module_stage {
	width: 100%;
	height: 957px;
	overflow: hidden;
}

.module_stage .text_wrapper {
	position: absolute;
	top: 0%;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 5;
}

.module_stage .text_container p {
	color: #fff;
	line-height: 28px;
	font-size: 20px;
}

.module_stage .text_container_outer {
	top: calc(50% + 55px);
	/* header height divided by 2 */
	position: relative;
	transform: translateY(-50%);
}

.module_stage .headline {
	color: #fff;
	margin: 0;
	/* line-height: 1; */
	font-weight: normal;
	/*hyphens: none;*/
	/*-webkit-hyphens: none;*/
	/*-ms-hyphens: none;*/
	/*word-wrap: unset;*/
	/*word-break: unset;*/
}

.module_stage .link_container {
	padding-bottom: 14px;
}

.module_stage .text_container {
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	margin-top: 19px;
	max-width: 950px;
	margin: 0 auto;
	padding: 0 15px;
}

.module_stage .fitimage {
	height: 100%;
	width: 100%;
}

.module_stage .link_container {
	margin-top: 53px;
}

.module_stage .black_overlay {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.4);
}

/* video */
.module_stage .background_elements {
	height: 100%;
}

.module_stage .video_outer {
	width: 100%;
	height: 100%;
}

.module_stage .video {
	height: 100% !important;
	width: 100% !important;
}

.module_stage .vjs-text-track-display,
.module_stage .vjs-big-play-button,
.module_stage .vjs-control-bar {
	display: none !important;
}

@media (max-width: 991px) {
	.module_stage .text_container, .module_stage .text_container p {
		font-size: 16px;
		line-height: 18px;
	}

	.module_stage .headline {
		margin-bottom: 10px;
	}

	.module_stage .link_container {
		margin-top: 43px;
	}

	.module_stage .text_wrapper {
		/* top: 125px; */
	}
}

@media (max-width: 1199px) {
	.module_stage {
		height: 757px;
	}

	.module_stage .text_container_outer {
		top: calc(50% + 33px);
		/* header height divided by 2 */
	}
}

@media (max-width: 991px) {
	.module_stage {
		height: 600px;
	}

	.module_stage .link_container {
		padding-bottom: 7px;
	}
}

@media (max-width: 767px) {
	.module_stage {
		height: 530px;
	}
}

.module_stage .video-js .vjs-tech {
    object-fit: cover;
}