.image-feature {
	width: 100%;
	height: 560px;
	margin-bottom: 40px;
	background: #eee;
	position: relative;
	overflow: hidden;
}
.image-feature.image-feature-small {
	height: 340px;
}
.image-feature .alternate {
	position: absolute;
	z-index: 2;
	bottom: 20px;
	right: 20px;
	padding: 10px 15px;
	color: #fff;
	background: #000;
	opacity: 0;
	-o-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
.image-feature .backdrop .img-fallback {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.image-feature .overlay {
	z-index: 1;
	opacity: 0.8;
}
.image-feature h1, .image-feature .message {
	opacity: 1;
}
.image-feature h1, .image-feature .message, .image-feature .overlay {
	-o-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
.image-feature .cta-buttons {
	display: flex;
	justify-content: center;
}
.image-feature .cta-buttons .btn + .btn {
	margin: 0 0 0 0.75rem;
}

.feature-content {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.feature-content article {
	max-width: 1200px;
	width: 100%;
	text-align: center;
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
}
.feature-content .heading, .feature-content .message {
	color: #fff;
}
.feature-content .heading {
	font-size: 60px;
	line-height: 1;
	margin-bottom: 0;
}
.feature-content .heading + .message {
	margin-top: 2rem;
}
.feature-content .message, .feature-content .message p {
	font-size: 22px;
	line-height: 1.4;
}
.feature-content p:empty {
	display: none;
}

@media screen and (max-width: 959px) {
	.image-feature {
		height: auto;
		cursor: auto;
	}
	.image-feature .backdrop .img-fallback {
		display: block;
	}
	.image-feature:hover .overlay {
		opacity: 0.7;
	}
	.image-feature:hover h1, .image-feature:hover .message {
		opacity: 1;
	}
	.image-feature:hover .alternate {
		opacity: 0;
	}
	.feature-content {
		position: relative;
		padding: 40px 0;
	}
}
@media screen and (max-width: 640px) {
	.image-feature .alternate {
		display: none;
	}
	.image-feature .cta-buttons {
		flex-direction: column;
	}
	.image-feature .cta-buttons .btn + .btn {
		margin: 0.75rem 0 0;
	}
	.feature-content {
		position: relative;
		padding: 40px 0;
	}
	.feature-content .heading {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.feature-content .message p {
		font-size: 16px;
	}
}