div.c5h-section-left-wrap {
	text-align: left;
	background-position: center center;
}

div.c5h-section-right-wrap {
	text-align: right;
	background-position: center center;
}

div.c5h-section-center-wrap {
	text-align: center;
	background-position: center center;
}

div.c5h-section-center-wrap h3 {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

div.c5h-section-button .button {
	margin-bottom: 0;
}