.News .Article, .News .Event {
/*
	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;
}

