.btt {
	height: 100% !important;
	min-height: 480px;
}
.btt > div {
	height: 100% !important;
}
.bannerservice_parent {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 100%;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 30px;
}
.bannerservice_parent:hover {
	border: 1px solid rgba(0, 93, 173, 1);
}

.bannerservice_headline {
	padding: 20px;
	text-align: left;
	font-size: 24px;
	font-weight: 600;
}

.bannerservice_description {
	padding: 0px 20px 20px 20px;
	color: rgba(0, 93, 173, 1);
	text-align: left;
	font-size: 18px;
	font-weight: 600;
}
.bannerservice_description a {
	color: rgba(0, 93, 173, 1);
	text-decoration: underline;
}
.bannerservice_button {
	background-color: rgba(0,0,0,.3);
	padding: 0 20px;
	color: rgba(255,255,255,.4);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
