.story-main-banner{
	height:inherit;
	width:100%;
	float:left;
	background: #fff;
}
.story-main-banner h2{
	color:rgba(0,0,0,.8);
	text-align:center;
	padding:100px 0px;
}
.story_cover{
	float:left;
	width:100%;
	height: auto;
	margin-bottom: 20px;
}
.story_cover:last-child{
	margin-bottom: 50px;
}
.story{
	height: inherit;
	width:100%;
	float:left;
	background:;
}
.story1{
	height: inherit;
	width:100%;
	float:left;
	background:;
}
.story_title{
	float:left;
	width:100%;
	font-size:20px;
	color:rgba(0,0,0,.7);
	text-transform: uppercase;
	padding-bottom:10px;
}
.story_text{
	float:left;
	width:100%;
	font-size:15px;
	color:rgba(0,0,0,.7);
	text-align: justify;
}

.diagonal{
	position: relative;
	top:-50px;
	z-index:9;
	height:400px;
	width:140px !important;
	background:#fff;
	margin:0px auto;
	transform: rotateZ(20deg);
	-moz-transform: rotateZ(20deg);
}
.story-img1{
	float:left;
	height:350px;
	width:100%;
}
.story-img-hidden{
	height:370px;
	width:100%;
	float:left;
}

@media screen and (max-width: 768px) {
    .story{
        padding:0px 0px;

    } 
}
@media screen and (max-width: 480px) {
    .story-main-banner h2{
		padding:100px 0px 50px 0px;
	} 
	.story,
	.story1{
		margin-bottom:20px;
	}
}