.home .minheight-500 .featured-item {
	padding: 30px 30px 30px 30px;
	min-height: 380px !important;
	float: none !important;
}

@media only screen and (max-width: 992px) {
	.home .minheight-500 .featured-item {
	min-height: 0 !important;
	}
}

.home .promo-btn a.btn {
	background: black!important;
	
}

.home .promo-btn a.btn:hover, .home .promo-btn a.btn:focus, .home .promo-btn a.btn:active {
	background: #292929 !important;
}