.banner-container.content-view .banner-contents .banner-title h2 {
	color: #fff;
	font-size: 72px;
	font-weight: bold;
	line-height: 81px;
	margin: 0;
	text-transform: uppercase;
	text-shadow: 2px 2px 4px #000000;
	text-align: right;
}
.banner-container.content-view .banner-contents .banner-description p, .banner-container.content-view .banner-contents .banner-description {
	margin-bottom: 0;
}

@media (max-width: 64.0625em) {
	.banner-container.content-view .banner-contents .banner-title h2 {
		font-size: 50px;
		line-height: 50px;
	}
	.banner-container .banner-contents .content-wrapper {
		margin-bottom: 50px;
	}
}
@media (max-width: 40.0625em) {
	.banner-container.content-view .banner-contents .banner-title h2 {
		font-size: 28px;
		line-height: 30px;
	}
	.banner-container .banner-contents .content-wrapper {
		margin-bottom: 10px;
	}
	.banner-container.content-view .banner-contents {
		margin: auto;
		top: 0; left: 0; bottom: 0; right: 0;
		display: table;
	}
}

