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

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

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

.c-background--hero:after {
	content: '';
	background-image: url('../_images/prem-east-county-breast-reduction/hero.jpg');
	background-position: center top -100px;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	opacity: 1;
}

@media (min-width: 768px) {
	.c-background--hero:after {
		content: '';
		background-image: url('../_images/prem-east-county-breast-reduction/hero.jpg');
		background-position: center top -240px;
	}	
}

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

.c-background--tabs-model:after {
	content: '';
	background: url('../_images/prem-east-county-breast-reduction/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/prem-east-county-breast-reduction/tabs-model.jpg') left top no-repeat;
		background-size: cover;
		opacity: .9;
	}
}
