.brand-header-content {
  position: relative;
	height:100%;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	-ms-flex-direction: column;
	z-index: 1;
}

.brand-header-content.center-content {
	justify-content: center;
	-ms-flex-pack: center;
}