.team .TeamRecursion .item img {max-width: 100%; height: 100%;}
.team .TeamRecursion .item {
	border-radius: 3px;
	box-shadow: 0 0 40px -9px #0000008c;
	overflow: hidden;
	margin-bottom: 2rem;
}
.team .TeamRecursion .item .profile {
	position: absolute;
	top: 0;
	left: 0;
	width: 35%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
}
.team .TeamRecursion .item .profile:before {
	content: '';
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
	background-image: url('../../images/content/header-bg.jpg');
	background-repeat: no-repeat;
	background-position: -1260px 0;
	box-shadow: 0 -20px 20px -4px #00000094;
}
.team .TeamRecursion .item .profile .data {
	position: relative;
}
.team .TeamRecursion .item .profile h2 {
	color: #2b2a29;
	font-weight: 600;
	line-height: 120%;
}
.team .TeamRecursion .item .profile h3 {
	color: #dadada;
	margin: 0;
	font-weight: 600;
	font-size: 18px;
}
.team .TeamRecursion .item .profile a {color: #fff; transition: all 50ms}
.team .TeamRecursion .item .profile a:hover {color: #008644; text-decoration: none;}
@media all and (min-width: 1000px) {
	.team .TeamRecursion .item {width: 49%;}
}