.centre-image {
  display: flex;
  justify-content: center; /* horizontal */
  align-items: center;     /* vertical */
  text-align: center;
  height: 100%;            /* make column fill row */
}