.fwfp_banner {
	position: relative;
	height: 35vw;
	min-height:400px;
	background: linear-gradient(135deg, rgba(11,95,170,1) 0%, rgba(53,128,195,1) 50%, rgba(11,95,170,1) 100%);
	z-index: 2;
}
.fwfp_banner_video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fwfp_banner_overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(135deg, rgba(11,95,170,0.25) 0%, rgba(53,128,195,0.25) 50%, rgba(11,95,170,0.25) 100%);
}
.fwfp_banner_caption {
	position: absolute;
	bottom: 10vh;
	left: 0;
	right: 35vw;
}
.fwfp_banner_caption_wrap {
	width: 700px;
	margin: 0 auto;
	padding: 0 15px;
	color: #ffffff;
}
.fwfp_banner_caption_wrap h1 {
	color: #ffffff;
	font-size: 64px;
	margin: 0 0 15px 0;
}
.fwfp_banner_caption_wrap h3 {
	color: #ffffff;
	font-size: 32px;
	font-weight: normal;
	margin: 0 0 15px 0;
}
.fwfp_banner_caption_wrap p {
	font-size: 16px;
}
.fwfp_banner_button {
	display: inline-block;
	padding: 10px 15px;
	background: #ffffff;
	font-size: 18px;
	border-radius: 4px;
}
.fwfp_banner_button:hover {
	text-decoration: none;
}
@media only screen and (max-width: 767px) {
	.fwfp_banner_caption {
		left: 15px;
		right: 15px;
		bottom: 4vh;
	}
	.fwfp_banner_caption_wrap {
		width: 100%;
		padding: 0;
	}
	.fwfp_banner_caption_wrap h1 {
		font-size: 38px;
	}
	.fwfp_banner_caption_wrap h3 {
		font-size: 22px;
	}
	.fwfp_banner_caption_wrap p {
		font-size: 14px;
	}
}