.news .content>article{
	text-align: left;
	/*min-height: 400px;*/
	/*border-bottom: 1px dashed rgba(255, 255, 255, 0.4);*/
	padding-bottom: 20px;
}
.news>article img{
	margin: 0px auto;
}
.news .content.shuffle{
	width: 100%;
}

/* reset global off-screen article section behavior for news cards */
.news .content article > section {
	position: static;
	left: auto;
	top: auto;
	visibility: visible;
	width: 100%;
	margin: 12px 0 0;
}

/* keep title and content visible below each news image */
.news article > section > h2 {
	margin-top: 0px;
	margin-bottom: 8px;
	display: block;
}
.news article > section > h2:last-child {
	margin-bottom: 0px;
}
.news article > section > div,
.news article > section > p {
	margin-bottom: 0;
}

.news .news-text {
	display: block;
	overflow: visible;
}