
.c-background--hero {
	position: relative;
	display: block;
}

.c-background--hero:before {
	content: '';
	background: #000 url('../_img/premium-facelift/hero.png') left -15px center no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
}

.c-background--concerns {
	position: relative;
	display: block;
	border-bottom: 1px solid #454545;
}

.c-background--concerns:before {
	content: '';
	background: #111111 url('../_img/premium-facelift/concerns.png') center bottom no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 1;
}

@media (min-width: 769px) {
	.c-background--concerns:before {
		content: '';
		background: #111111 url('../_img/premium-facelift/concerns.png') left bottom no-repeat fixed;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		opacity: 1;
	}
}

.c-box--1 {
	background: url('../_img/premium-facelift/box-1.jpg') center center no-repeat;
	background-size: cover;
}

.c-box--2 {
	background: url('../_img/premium-facelift/box-2.jpg') center center no-repeat;
	background-size: cover;
}

.c-box--3 {
	background: url('../_img/premium-facelift/box-3.jpg') center center no-repeat;
	background-size: cover;
}

.carousel {
	min-height: 760px;
}

@media (min-width: 768px) {
	.carousel {
		min-height: 525px;
	}
}
