.container {
    display: grid;
    grid-template-columns: repeat(3, 33.33%);
    grid-template-rows: 1fr 1fr auto;
    img {
        width: 100%;
        height: 100%;
        max-height: 100%;
    }
  }
