.banner-wrapper{height:150px;color:#fff;margin-bottom: 15px;text-align: center;}
.breadcrumb-container{visibility:hidden;padding-top: 15px;height: 15px;}
.banner-title{text-align: center;font-size: 38px;line-height: 1;padding-top: 1.5em;margin-top: 0;}
.banner-text{text-align: center;line-height: 1.1;}

@media only screen and (min-width:768px){


	.banner-wrapper{
		height:253px;
		margin-bottom: 60px;
	}
	.banner-title{
		font-size: 55px;
	}

	.breadcrumb-container{visibility:visible;height: auto;}

}

@media only screen and (min-width:1200px){
	.banner-wrapper{
		height:350px;
	}
	.banner-title{
		font-size: 55px;
		padding-top: 2.5em;
	}
}