.c-background--hero {
	position: relative;
	z-index: 1;
}

.c-background--hero:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../_img/male-facial-surgery/hero.png) right center no-repeat;
	opacity: .4;
	width: 100%;
	height: 100%;
}

@media (min-width: 991px) {
	.c-background--hero:before {
		content: "";
		background: url(../_img/male-facial-surgery/hero.png) left center no-repeat;
		opacity: 1;
	}
}

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

.c-background--tabs-model:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: url(../_img/male-facial-surgery/tabs-model.png) center top no-repeat;
	width: 100%;
	height: 100%;
	opacity: .5;
}

@media (min-width: 991px) {
	.c-background--tabs-model:before {
		content: "";
		background: url(../_img/male-facial-surgery/tabs-model.png) right top no-repeat;
		opacity: 1;
	}
}

.c-background--tab-1 {
	background: url(../_img/male-facial-surgery/tabs-btn-1.jpg) center center no-repeat;
}

.c-background--tab-2 {
	background: url(../_img/male-facial-surgery/tabs-btn-2.jpg) center center no-repeat;
}

.c-background--tab-3 {
	background: url(../_img/male-facial-surgery/tabs-btn-3.jpg) center center no-repeat;
}

.tabs-v2 .nav-tabs > li > a {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
