/* CSS Document */

.block-pagecategory-page-list--page-image figure {
	width: 100%;
	height: 100%;
	background: none;
}
.block-pagecategory-page-list--date {
	display: none;
}
.block-pagecategory-page-list--page-caption {
	text-align: center;
	margin: .5em 0 1em;
}
.ex-feature {
	text-align: center;
}
.ex-feature a {
	text-decoration: underline;
}

@media(max-width: 500px) {
	.block-pagecategory-page-list--page-image figure {
		width: 100%;
		height: 100%;
	}
	.block-pagecategory-page-list--date {
		display: none;
	}
	.block-pagecategory-page-list--page-caption {
		text-align: center;
		margin-top: .5em;
	}
	.ex-feature {
		text-align: center;
		margin-top: 1em;
		margin-bottom: 1em;
	}
}









