.ws-page-list-media-object a {
	display: flex;
	justify-content: flex-start;
	color: black;
}
.ws-page-list-media-object a:hover, .ws-page-list-media-object a:focus, .ws-page-list-media-object a:focus {
	text-decoration: none;
}
.ws-page-list-media-object a .thumbnail {
	width: 15%;
	height: 0;
	padding-top: 15%;
	flex: none;
	margin: 0 2em 2em 0;
	background-color: blue;
	background-size: cover;
}
.ws-page-list-media-object a .text {
	background-color: white;
}
