.News .Article, .News .Event {
	margin-bottom: 30px;
	padding-left: 50px;
/*
	Doesn't work on narrow devices, prevents wrap aroudn the images
	padding-right: 300px;
*/
}
.News li .content .Article a.Portrait {
	width: 100px;
	max-height: 150px;
}

.News li .content .Article a.Landscape {
	max-width: 300px;
	height: 150px;
}
.News li .content .Article a.Portrait img,
.News li .content .Article a.Landscape img {
	width: 100%;
}
.Article .Assets, .Event .Assets {
	width: 300px;
	float: right;
	position: relative;
	top: 0;
	right: 0;
	margin-left: 5px;
}

.Article:after {
	content: ".";
	display: block;
	height: 0;
    font-size: 0;
	clear: both;
	visibility: hidden;

}
