.lead {
    margin-bottom: 49px;
    margin-top: 32px;
}

.box_media img {
    width: 100%;
}

/* Zoom Out #2 */
.box_media figure img {
	width: 100%;
	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.box_media figure:hover img {
	width: 90%;
}

.box_media {
    text-align: center;
}