#team {        
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	color: #ffffff;
	padding-top: 50px;
	padding-bottom: 50px;
}
#team h2 {
	color: #fff;
}
#team h3 {
	font-size: 20px;
	line-height: 10px;
}
#team h4 {
	color: #fff;
	line-height: 10px;
	font-weight: bold;
}
#team .team-des {
	background-color: #ba55d3;
	color: #ffffff;
	padding: 20px 12px;
	position: relative;
        max-width: 39%;
}
#team img {
	max-width: 39%;
	height: auto;
	padding-top: 60px;
}

