.tile-row > div {
  height: 100%;
  width: 25%;
  display: table-cell;
  border: 0.5vmin solid #fff;
  border-radius: 3vmin;
}