.c-background--model {
	position: relative;
	display: block;
	z-index: 1;
}

.c-background--model:after {
	content: '';
	background: url('../_img/prem-non-surgical-facelift/model.jpg') center bottom no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: -1;
}

@media (min-width: 991px) {
	.c-background--model:after {
		content: '';
		background: url('../_img/prem-non-surgical-facelift/model.jpg') center top no-repeat fixed;
		background-size: cover;
	}
}

.c-box--1 {
	background: url('../_img/prem-non-surgical-facelift/box-1.jpg') center center no-repeat;
	background-size: cover;
	min-height: auto;
}

.c-box--2 {
	background: url('../_img/prem-non-surgical-facelift/box-2.jpg') center center no-repeat;
	background-size: cover;
	min-height: auto;
}

.c-box--3 {
	background: url('../_img/prem-non-surgical-facelift/box-3.jpg') center center no-repeat;
	background-size: cover;
	min-height: auto;
}

.c-box--4 {
	background: url('../_img/prem-non-surgical-facelift/box-4.jpg') center center no-repeat;
	background-size: cover;
	min-height: auto;
}

@media (max-width: 767px) {
	.c-box--1, .c-box--2, .c-box--3, .c-box--4 {
		min-height: 300px;
	}
}
