.lite-banner {
	height:100%;
}
.lite-banner:hover {
	opacity:0.8;
}
.lite-banner .banner-content {
	color:#FFF;
	height: 100%;
	display: block;
}
.lite-banner .inner{
	padding:2rem;
}
.lite-banner .banner-content h3 {
	font-weight: bold;
	font-size:24px;
	color:#FFF;
	margin-bottom: 1rem;
}
.lite-banner .banner-content p {
	font-size: 16px;
	line-height: 1.65;
	margin-bottom: 0;
}