article.type-mepa_company{
	margin-bottom: 0;
}


article.type-mepa_company h2{
	margin: 10px 0;
}

article.type-mepa_company  img.mepa-archive-logo{
	margin: 1em 0;
	padding: 0 5px;
}

.company-featured-image-container{
	position: relative;
	overflow: hidden;
	margin-bottom: 12px;
}

.company-featured-image-container .logo-over-image{
	background-color: #fff;
	padding: 15px;
	position: absolute;
	left: 1.5em;
	bottom: 1.5em;
}


/* single company page */
#single-company-link{
	display: block; 
	line-height: 1.5em;
	height: auto;
	padding: 1em 10px;
}

/* This is only for small screen sizes */
@media screen and (max-width: 740px) {
	.company-featured-image-container{
		min-height: 180px;
		margin: 0 -2.7%;
	}
	.company-featured-image-container img.wp-post-image{
		position: absolute;
		max-width: 130%;
		width: calc(100% + 10%);
		margin: 0 calc( -2.7% ); 

	}
	.company-featured-image-container .logo-over-image{
		left: 15px;
		top: 15px;
		padding: 10px;
		max-width: 33%;
		max-height: 80px;
		height: auto;
		width: auto;
	}
}

@media screen and (max-width: 35em) {
	.company-featured-image-container{
		min-height: 120px;
	}
}