@font-face {
	font-family: SourceSansPro-Light;
	src: url('../font/SourceSansPro-Light.ttf') format('truetype');
}
.mainHholder body {
}
.mainHholder {
	width: 100%;
	height: 100%;
	top: 0;
	background: url("../img/history_bg.png") no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
	color:white;
	text-align: center;
}

.mainHholder .wrapper{
	display: none;
}

.mainHholder  .responsive .item{
	height:100px;
	width:100px;
	background: blue;
	line-height: 100px;
	border: 1px solid white;
}
.mainHholder  .responsive{
	font-size: 24px;
}