.feature {
	display:block;
	border:1px solid rgba(0,0,0,.1);
	float:right;
	width:400px;
	height:270px;
	max-width:90%;
	box-shadow: 5px 5px 27px rgba(0,0,0,.1);
	margin:0 0 1em 1em;
	clear:right;
	}
#content li {
	max-width:700px;

}
@media only screen and (max-width: 600px) {

	.feature {
	float:none;
	max-width:90%;
	box-shadow:inset 0 2px 7px rgba(0,0,0,.1);
	margin:1em;
	}
}