html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.parent {
    width: 100%;
    height: 60vh;
    display: table;
    text-align: center;
}

    .parent > .child {
        display: table-cell;
        vertical-align: middle;
    }