@media (min-width: 744px) {
  .lean_canvas {
    li {
      &:nth-of-type(1) {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
      }
      &:nth-of-type(2) {
        grid-column: 3 / 5;
        grid-row: 1;
      }
      &:nth-of-type(3) {
        grid-column: 3 / 5;
        grid-row: 2;
      }
      &:nth-of-type(4) {
        grid-column: 5 / 7;
        grid-row: 1 / 3;
      }
      &:nth-of-type(5) {
        grid-column: 7 / 9;
        grid-row: 1;
      }
      &:nth-of-type(6) {
        grid-column: 7 / 9;
        grid-row: 2;
      }
      &:nth-of-type(7) {
        grid-column: 9 / 11;
        grid-row: 1 / 3;
      }
      &:nth-of-type(8) {
        grid-column: 1 / 6;
        grid-row: 3;
      }
      &:nth-of-type(9) {
        grid-column: 6 / 11;
        grid-row: 3;
      }
      &:nth-of-type(10) {
        grid-column: 1 / 11;
        grid-row: 4;
      }
    }
  }
}
