/*=Custom
-----------------------------------------------------------*/

.home h1.video-hero--heading {

	text-align: center;
}

/* .home h1.video-hero--heading span {

	font-size: 50px;
} */

@media (min-width: 992px) {
	.home h1.video-hero--heading span {

		font-size: 40px;
	}
}

@media (min-width: 1400px) {
	.home h1.video-hero--heading span {

		font-size: 50px;
	}
}

.hero-text-container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.hero-text-container .container{
	width: 70%;
	padding: 2rem 0;
}