.custom-story-block {
	margin-top:-60px;
}

.custom-story-block a {
	text-decoration:none;
}

.custom-story-block .divider-title {
	margin-bottom:3em;
	font-size:1.3em;
}

.custom-story-block .views-row {
  min-height: 140px;
  width: 80%;
  margin-top: 40px;
}

.custom-story-block .views-row:first-child  {
	display:none;
}

.custom-story-block .views-row:nth-child(odd) {
	padding-left:22.5%;
	background:aliceblue;
}

.custom-story-block .views-row .views-field-field-hero-media {
	width:20%;
	float:left;
	margin:0 40px;
}

.custom-story-block .views-row .views-field-field-hero-media img {
	border-radius:200px;
	overflow:hidden;
}

.custom-story-block .views-row:nth-child(odd) .views-field-field-hero-media {
	float:right;
	width:28%;
	margin-top:-10px;
}

.custom-story-block .views-row .views-field-field-title {
	padding-top:20px;
}