.homepage #maincontent .special-buttons .heading {
  display: table;
}


.homepage #maincontent .special-buttons .button {
  display: table-cell;
  background-color: white;
  color: black;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
  vertical-align: middle;
}
.homepage  #maincontent .button:hover,
#maincontent .homepage .button:hover,
.manual-button .button:hover,
.button.manual-button:hover {
  color: #fff;
  border-color: #8e6f3e;
  background-color: #8e6f3e;
}