.mbox {
	
	position: relative;
	margin-left:5%;
	margin-right:5%;
	list-style: none;
	text-align: center;
}

/* Common style */
.mbox figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;	/*change here for spacing*/	
	width: 50%;
	text-align: center;
	cursor: pointer;
}

.mbox figure img {
	position: relative;
	display: block;
	max-width: 102%;
	opacity: 1;
}
.mbox figure div {
	width:50%; 
	display: block;
	position: relative;
	vertical-align: middle;
	}

.mbox figure div .wd{
	position:absolute;
	width:100%;
	height:100%;
	z-indent:2;
	left:0;
	top:42%;
	

}
.mbox figure div .wd h10{ font-size:5em;font-weight: 700;word-spacing: -0.25em;}
.mbox figure div .wd p{ font-size:1.25em}	

