.c-background--model {
	background-image: url('../_images/prem-about-the-doctor/bg-awards-2.jpg');
	background-repeat: no-repeat;
	background-position: right;
}

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

.c-background--benifits:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: url('../_images/prem-microneedling/bg-benifits.png') left -40px bottom -40px no-repeat;*/
	opacity: .4;
}

@media (min-width:991px) {
	.c-background--benifits:before {
		content: '';
		/*background: url('../_images/prem-microneedling/bg-benifits.png') left bottom -40px no-repeat;*/
		opacity: 1;
	}
}