.brand_logo_link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.brand_logo {
  /*height: 75px;*/
	height: 100px;
  display: block;
	transition: all 0.15s ease;
}
.brand_logo:hover {
	transform: scale(1.1);
}