#wrapper_leader{
	width: 100%;
	display: inline-block;
	text-align: center;
}

.div_leader{
	position: relative;
	width: 25%;
	display: inline-block;
	text-align: center;
	margin: 3%;
	background-color: white;
}

.leader_fade {
	position: relative;
	width: 100%;
}

.picture_leader{
	display: block;
	width: 100%;
	height: auto;
}

/*Container Overlay*/

.fade_text {		
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	background-color: #333;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
	color: white;
}

/* Hover effekt */

.leader_fade:hover .fade_text {
	height: 100%;
	bottom: 0;
}