.IOwrap {
	position:relative;
	clear: both;
	margin: auto;
}
.IOwrap img {
	width:100%;
	height:auto;

}
.IOcaption {
	position:absolute;
	top:0px;
	left:0;
	right:0;
	bottom:0px;
	overflow:auto;
}

.IOcaption-inner {
	display:table;
	width: 100%;
	height:100%;
}
.IOcaption-content {
	display: table-cell;
	vertical-align:middle;
}

.IOcaption-content {
	text-align: center;
	color: #fff;
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Quicksand, Helvetica, sans-serif; font-weight: 300;
	text-shadow: #535353 0 2px 3px;
}
.IOcaption-content h1{
	font-size: 60px;
	line-height: 60px;
}
.IOcaption-content p{
	font-size: 40px;
	line-height: 40px;
}