.fullwidth-banner {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.fullwidth-banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
.fullwidth-banner .container{
	position: relative;
	z-index: 1;
}
.fullwidth-banner h1 {
	font-size: 4rem;
	font-weight: 700;
	text-shadow: rgb(0 0 0 / 25%) 3px 4px 14px;
}
.container{
	padding: 15px;
}