.doctor {
	background-image: url("images/volume_doctor.png");
}

.heading {
	color: #ffffff;
	font-size: 3em;
	font-weight: 900;
}

.content {
	width: 50%;
}

.context {
	font-size: 0.9em;
}

.brain_parallax.back {
    background-color: #000000a3;
}

.patient {
	width: 103%;
	background-image: url("images/volume_pat.png");
	height: 103%;
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: bottom;
}

.house {
	background-image: url("images/house.jpg");
	width: 110%;
	height: 110%;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -40px;
	margin-left: -55px;
}

.two {
	background-image: url("images/s002.jpg");
	background-size: cover;
	background-position: center right;	
}

.three {
	background-image: url("images/s003.jpg");
	background-size: cover;
	background-position: center right;		
}

.four {
	background-image: url("images/s004.jpg");
	background-size: cover;
	background-position: center right;
}

@media only screen and (max-width: 430px) {
	
	.content {
		width: calc(100% - 50px);
	}
}