html,
body {
  height: 100%;
}

.pane {
	text-align: center;
}

.container {
  height: 200px;
  position: relative;
}

.pane .vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pane h1 {
	margin:auto;
    line-height:51px;
    vertical-align:middle;
}