@charset "utf-8";
.article-caption
{
	position: absolute;
	max-width: 100%;	
	padding: 10px;
	background-color: #007b20;
	opacity: 0.9;
	left: 0;
	right: 0;
	margin: 0 15px 0 15px;
	line-height: 30px;
}
article
{
    margin: 0 !important;
	padding: 0 !important;
}
article a, article a:hover
{
    color: white;
	font-size: 15px;
	text-transform: uppercase;
}

.article-img
{
width: 100%; 
max-height: 300px;
object-fit: cover;
}


