html table.fulldir th {
  display: block;
}
html table.fulldir td {
  display: block;
  width: 100% !important;
}
html table.fulldir tr:first-child {
/*   display: none; */
  width: 95%;
}
html table.fulldir tr {
  display: block;
  float: left;
  width: 45%;
  height: 320px;
  margin-right: 5%;
}

html .welcomecontainer .welcomequote {
  font-size: 24px;
}
html .welcomecontainer .welcomequote .quote {
  font-size: 35px;
  top: 6px;
}
html .welcomecontainer .welcomequote .quote:first-child {
/*   top: 86px; */
}
