.fit-text-demo {
  position: relative;
  height: 150px;

  > div {
    display: inline-block;
    height: 100%;
    vertical-align: top;
  }
}
