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

.c-background--hero:before {
	content: '';
	background: #000 url('../_img/premium-eyelid-surgery/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-eyelid-surgery/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-eyelid-surgery/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-eyelid-surgery/box-1.jpg') center center no-repeat;
	background-size: cover;
}

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

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

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

.carousel {
	min-height: 400px;
}

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

.u-tabs--v-1 .tab-content {
	min-height: 350px;
}
