.cej-jumbotron {
	position: relative;
	display: flex;
	width: 100%;
	min-height: 450px;
	padding: 60px 30px;
	box-sizing: border-box;
	background-color: #555;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.cej-jumbotron .cej-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background-color: #000000;
	pointer-events: none;
}

.cej-jumbotron .cej-content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	box-sizing: border-box;
}

.cej-jumbotron .cej-title {
	margin-top: 0;
	margin-bottom: 15px;
	color: #fff;
}

.cej-jumbotron .cej-description,
.cej-jumbotron .cej-description p {
	color: #fff;
}

.cej-jumbotron .cej-description p:last-child {
	margin-bottom: 0;
}

.cej-jumbotron .cej-description a {
	text-decoration: underline;
}

.cej-align-top .cej-jumbotron {
	align-items: flex-start;
}

.cej-align-middle .cej-jumbotron {
	align-items: center;
}

.cej-align-bottom .cej-jumbotron {
	align-items: flex-end;
}

@media (max-width: 767px) {
	.cej-jumbotron {
		min-height: 350px;
		padding: 40px 20px;
	}

	.cej-jumbotron .cej-content {
		max-width: 100%;
	}
}
