html, body { height:100%; }

.outer-wrapper {
display: table;
width: 100%;
height: 100%;
}

.inner-wrapper {
  display:table-cell;
  vertical-align:middle;
  padding:15px;
}

.info-btn {
  position:fixed;
  top:15px;
  right:15px;
}
