/* CSS Document */

.article img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.article {
	position: relative;
	margin-bottom: 40px;
	box-shadow: 3px 3px 3px 0px rgba(51, 51, 51, 0.75);
}
.article-txt {
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: 100%;
	background: rgba(26, 65, 144, 0.5);
	color: #EDEDED;
	font-family: museo-slab, serif;
	font-style: normal;
	font-weight: 500;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
a.see-more {
	color: #c60c30;
	white-space: nowrap;
}
