img.zoomEffect {
-moz-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
-ms-transition: all 0.5s ease-in-out 0s;
transition: all 0.5s ease-in-out 0s;
border-radius: 4px;
background-color: #1ABC9C;
margin-top: 30px;
margin-bottom: 30px;
}
img.zoomEffect:hover {
-moz-transform: scale(1.10);
-webkit-transform: scale(1.10);
-o-transform: scale(1.10);
-ms-transform: scale(1.10);
transform: scale(1.10);
opacity: 0.5;
}

.legende {
	text-align:center;
	font-style:italic;
	margin-top:0px;
}

