.home header{
	height: 400px;
}

.home ul.venue,
.home ul.contributers{
	margin-bottom: 1em;
}
.home .programme_title{
	display: block;
}

.release-intro{
	background: #c5e8fc;
	padding: 15px 15px 5px;
	margin-bottom: 1em;
	float: left;
	position: relative;
	left: -15px;
}
.home span.dates{
	font-weight: bold;
}

.summary .article-body{
	max-height: 150px;
	overflow: hidden;
	clear: left;
}

@media (max-width:989px) {
	
}
@media (max-width:749px) {
	.home header .page-background{
		background-position: 0 0 ;
		position: relative;
		top: auto;
		left: auto;
		height: 300px;
	}
	.home header{
		height: auto;
	}
	.release-intro{
		left: 0;
	}
}