.custom-banner-wrapper {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	color: #fff;
	max-height: 400px;
	position: relative;
	color: rgba(255,255,255,1);
	background-position: center;
	height: 100vh;
}

.custom-banner-wrapper .absolute {
	top: 0;
	right: 0;
	position: absolute;
	bottom: 0;
	pointer-events: none;
	background-color: rgba(0,0,0,0.25);
	left: 0;
}

.banner-section .dnd-section {
	padding: 0;
}

.banner-section .dnd-section > div {
	max-width: none;
}

.custom-banner-wrapper .container {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 6rem;
	z-index: 10;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}

.container-inner {
	transform: translateX(0) translateY(0);
	opacity: 1;
	position: relative;
	flex-direction: column;
	display: flex;
	transition: all .8s;
	transition-delay: 0s;
}

.custom-banner-title {
	width: 80%;
	margin-bottom: 1rem;
	font-size: 3em;
	line-height: 1.3em;
	font-weight: 600;
	font-family: Montserrat;
}

@media(max-width:1526px){
	.custom-banner-wrapper .container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media(max-width: 1280px){
	.custom-banner-title {
		margin-bottom: -1rem;
	}
}


@media(max-width: 1023px){
	.custom-banner-title {
		margin-bottom: -1rem;
		font-size: 2.125em;
	}
}

@media(max-width:767px){
	.custom-banner-wrapper .container {
		padding-bottom: 3rem;
	}
}