.content {
	width: 50%;
}

.context {
	font-size: 0.9em;
}

.job_title {
    color: #ffffff;
}

.brain_parallax.abhi {
	background-image: url("images/abhi.jpg");
	background-size: 23%;
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

.brain_parallax.sanidhya {
	background-image: url("images/sanidhya.jpg");
	background-size: 23%;
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

.brain_parallax.pavan {
	background-image: url("images/pavan.jpg");
	background-size: 23%;
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

.brain_parallax.bhat {
	background-image: url("images/bhat.jpg");
	background-size: 23%;
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

.brain_parallax.uam {
	background-image: url("images/uma.jpg");
	background-size: 23%;
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

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

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

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

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

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

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

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

@media only screen and (max-width: 780px) {
	.content {
		width: 55%;
	}
	
	.heading {
		font-size: 2.5em;
	}
}

@media only screen and (max-width: 430px) {
	.heading {
		font-size: 1.3em;
		font-weight: 900;
	}
	
	.content {
		margin-left: 50px;
		width: calc(100% - 50px);
		box-sizing: border-box;
		padding-right: 10px;
		background-color: #000000cf;
	}
	
	.content.photo1 {
    	margin-top: 150px;
	}
	
	.content.photo2 {
		margin-top: 97px;
	}
	
	.content.photo3 {
    	margin-top: 150px;
	}
	
	.content.photo4 {
    	margin-top: 150px;
	}
	
	.brain_parallax.abhi {
		background-position: 55% 16%;
		background-size: 37%;
		background-color: #0000004f;
	}
	.brain_parallax.sanidhya {
		background-position: 55% 13%;
		background-size: 25%;
		background-color: #00000096;
	}
	
	.brain_parallax.pavan {
		background-position: 55% 13%;
		background-size: 25%;
		background-color: #00000096;
	}
	
	.brain_parallax.bhat {
		background-position: 55% 15%;
		background-size: 28%;
		background-color: #00000082;
	}
	
	.brain_parallax.uam {
		background-position: 55% 15%;
		background-size: 28%;
		background-color: #00000096;
	}
	
	.content.photo1, .content.photo2, .content.photo3, .content.photo4 {
    	background-color: transparent;
	}
}
