.recent-article-promo-container{
	margin-bottom: 20px;
	padding-right: 20px;	
}
.recent-article-promo-container .recent-article-promo{
	background: #000;
	position: relative;
}
.recent-article-promo-container a {
    display: block;
}
.recent-article-promo-container .bg-img{
	background-position: center center;
	background-size: cover;
	min-height: 350px;
	opacity: .5;
	position: absolute;
	width: 100%;
}

.recent-article-promo-container .promo-wrap{
	min-height: 350px;
	position: relative;
}

.recent-article-promo-container .promo-header{
	background: #000;
	position: relative;
	color: #FFF;
	text-align: center;
}

.recent-article-promo-container .promo-header span{
	font-size: 20px;
	font-family: 'Stainless-Bold';
	line-height: 2;
	text-transform: uppercase;
}

.recent-article-promo-container .promo-text{
	height: calc(100% - 40px);
	position: absolute;
	width: 100%;
}

.recent-article-promo-container .promo-text span,
.recent-article-promo-container .promo-text img{
	position: absolute;
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-family: 'Stainless-Bold';
	text-transform: uppercase;
	display: block;
	bottom: 40px;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.recent-article-promo-container .promo-text span{
	width: 70%;
}