.the-team{
	position: relative;
	width: 100%;
	height: 700px;
	overflow: hidden;
	background-image: url('../source/pattern-topo.png');
}

.filter{
	position: absolute;
	opacity: 0.95;
}

.the-team h1{
	position: relative;
	top: 70px;
}

.member-list{
	position: absolute;
	left: 8%;
	bottom: 15%;
	width: 84%;
}

.member{
	width: 25%;
	height: 100%;
	float: left;
	position: relative;
}

.name{
	position: relative;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	color: rgb(60, 60, 60);
}

.ocupation{
	text-align: center;
	padding-bottom: 20px;
	color: rgb(140, 140, 140);
}

.picture-frame{
	position: relative;
	margin: auto;
	width: 218px;
	height: 218px;
	overflow: hidden;
	border-radius: 200px;
}

.member-decoration{
	width: 218px;
	height: 500px;
	position: absolute;
	bottom: -175px;
	transition: all 0.25s;
}

.member-decoration:hover{
	bottom: 0px;
}

.member-decoration-img{
	opacity: 0.6;
	border-radius: 200px;
	position: absolute;
	bottom: 0px;
}

.icons{
	position: absolute;
	left: 48px;
	bottom: 87px;
	font-size: 20px;
}

.icons a{
	color: white;
}

.icons i{
	margin: 10px;
}