#content #story{
	width: 80%;
	margin: inherit;
	text-align: center;
}

@media screen and (max-width:400px){
	#content #story #title{
		font-size: 20px !important;
	}
}

#content #story #title{
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#content #story #text{
	text-align: left;
    font-size: 15px;
    font-weight: normal;
	margin-bottom: 30px;
}

#content #story #cover{
	width: 80%;
	margin: inherit;
	text-align: center;
}

#content #story #cover img{
	width: 100%;
	max-width: 350px;
}