.fullwidth-img-caption-wrapper {
	position: relative;
}

.fullwidth-img-caption-wrapper img {
	display: block;
	width: 100%;
	height: 800px;
	
	object-fit: cover;
}

.caption-container {
	position: absolute;
	bottom: 0;
	left: 50%;
	
	transform: translateX(-50%);
	
	background-color: rgba(233, 233, 233, .89);
	padding: 42px 40px;
	
	width: 80%;
	text-align: center;
}

.caption-container h3 {
	color: #228dba;
	font-weight: bold;
	padding-bottom: 0;
}