
.u-padding--hero {
	margin-top: -150px;
	padding-bottom: 50px;
}

.c-background--hero {
	position: relative;
	display: block;
	min-height: 400px;
}

@media (min-width: 768px) {
	.c-background--hero {
		position: relative;
		display: block;
		min-height: 700px;
	}
}

.c-background--hero:after {
	content: '';
	background: url('../_images/premium-male-facelift-necklift/hero.jpg') center top no-repeat;
	background-size: cover;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	opacity: 1;
}

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

.c-background--tabs-model:after {
	content: '';
	background: url('../_images/premium-male-facelift-necklift/tabs-model.jpg') left -120px top no-repeat;
	background-size: cover;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	opacity: .3;
}

@media (min-width: 769px) {
	.c-background--tabs-model:after {
		content: '';
		background: url('../_images/premium-male-facelift-necklift/tabs-model.jpg') left top no-repeat;
		background-size: cover;
		opacity: .9;
	}
}
