.banner__title {
	width: auto!important;
	position: relative;
}
.banner__title:before {
	background: #000;
	position: absolute;
	width: 100%;
	content: " ";
	display: block;
	height: 400px;
    	bottom: 0;
	z-index: 0;
}
.banner__title-inner {
	background: #000;
	padding: 15px;
	position: relative;
	z-index: 1;
}
.title {
	text-align: left;
	padding: 24px 0 27px;
}
.small-banner__badge {
    font-size: 25px;
    line-height: normal;
}