#stories-wrapper {
	background: #222;
	position: relative;
}

#stories {
	margin: 0 auto;
	padding-bottom: 2px;
	width: 100%;
}

#stories ul {
	display: block;
	width: 100%;
}

#stories li {
	display: inline-block;
	width: 24.75%;
	float: left;
	margin-top: 2px;
	margin-right: 3px;
}

#stories li:last-child {
	margin-right: 0;
}

#stories li .fimg {
    position: relative;
    background-size: cover;
    background-position: center center;
    text-align: center;
}

#stories li .fimg, #stories .story-gradient {
	height: 178px;
}

#stories .story-gradient {
	background: url('/_/img/stories/scolbg2.png') repeat-x scroll top transparent;/* remove no. 2 from file name to revert -rw */
}

#stories .story-title {
	position: absolute;
	width: 100%;
    bottom: 8px;
}

#stories h2 {
	font-size: 1.3em;
	padding: 0 10px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);/* added by rw */
}

#stories-wrapper .recent-features-title {
  background: url("../img/cover/bodybg-dark.jpg") repeat scroll 0% 0% #2b2b2b;
  border-bottom: 4px solid #999;
  color: #fff;
  display: block;
  font-size: 175%;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 5px;
  padding-bottom: 3px;
  padding-top: 15px;
}

@media (max-width: 1024px) {
	#stories-wrapper .recent-features-title {
		text-align: center;
	}
}

@media (max-width: 960px) {
	#stories {
		width: 100%;
	}
	#stories li {
		width: 49.58%;
	}

	#stories li .fimg, #stories .story-gradient {
		height: 263px;
	}

	#stories .story-gradient {
		background-position: bottom;
	}

	#stories li:nth-child(2), #stories li:nth-child(4) {
		margin-right: 0;
	}
}

@media (max-width: 480px) {
	#stories {
		width: 100%;
	}
	#stories li {
		width: 100%;
		margin-right: 0;
	}
}