.grid-layer.single-full{grid-template-rows:repeat(1,minmax(0,1fr));grid-template-columns:repeat(1,minmax(0,1fr))}.grid-layer.square-1x1-v{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:repeat(1,minmax(0,1fr))}.grid-layer.square-1x1-v .item:nth-child(1){grid-area:1 / 1 / 2 / 2}.grid-layer.square-1x1-v .item:nth-child(2){grid-area:2/1/3/2}.grid-layer.square-1x1-h{grid-template-rows:repeat(1,minmax(0,1fr));grid-template-columns:repeat(2,minmax(0,1fr))}.grid-layer.square-1x1-h .item:nth-child(1){grid-area:1 / 1 / 2 / 2}.grid-layer.square-1x1-h .item:nth-child(2){grid-area:1 / 2 / 2 / 3}.grid-layer.square-1x2-top{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:repeat(2,minmax(0,1fr))}.grid-layer.square-1x2-top .item:nth-child(1){grid-area:1 / 1 / 2 / 3}.grid-layer.square-1x2-top .item:nth-child(2){grid-area:2/1/3/2}.grid-layer.square-1x2-top .item:nth-child(3){grid-area:2/2/3/3}.grid-layer.square-1x2-bottom{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:repeat(2,minmax(0,1fr))}.grid-layer.square-1x2-bottom .item:nth-child(1){grid-area:1 / 1 / 2 / 2}.grid-layer.square-1x2-bottom .item:nth-child(2){grid-area:1 / 2 / 2 / 2}.grid-layer.square-1x2-bottom .item:nth-child(3){grid-area:2 / 1 / 3 / 3}.grid-layer.square-1x2-right{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:repeat(2,minmax(0,1fr))}.grid-layer.square-1x2-right .item:nth-child(1){grid-area:1 / 1 / 3 / 2}.grid-layer.square-1x2-right .item:nth-child(2){grid-area:1 / 2 / 2 / 2}.grid-layer.square-1x2-right .item:nth-child(3){grid-area:2 / 2 / 3 / 3}.grid-layer.square-1x2-left{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:repeat(2,minmax(0,1fr))}.grid-layer.square-1x2-left .item:nth-child(1){grid-area:1 / 1 / 2 / 2}.grid-layer.square-1x2-left .item:nth-child(2){grid-area:2 / 1 / 3 / 1}.grid-layer.square-1x2-left .item:nth-child(3){grid-area:1 / 2 / 3 / 3}.grid-layer.square-3-vertical{grid-template-rows:repeat(1,minmax(0,1fr));grid-template-columns:repeat(3,minmax(0,1fr));width:100%;height:100%}.grid-layer.square-3-vertical .item:nth-child(1){grid-area:1/1/2/2}.grid-layer.square-3-vertical .item:nth-child(2){grid-area:1/2/2/3}.grid-layer.square-3-vertical .item:nth-child(3){grid-area:1/3/2/4}.grid-layer.square-3-horizontal{grid-template-rows:repeat(3,minmax(0,1fr));grid-template-columns:repeat(1,minmax(0,1fr));width:100%;height:100%}.grid-layer.square-3-horizontal .item:nth-child(1){grid-area:1/1/2/2}.grid-layer.square-3-horizontal .item:nth-child(2){grid-area:2/1/3/2}.grid-layer.square-3-horizontal .item:nth-child(3){grid-area:3/1/4/2}.grid-layer.square-2x2{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:0px}.grid-layer.square-3x1-top{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:repeat(3,minmax(0,1fr));width:100%;height:100%}.grid-layer.square-3x1-top .item:nth-child(1){grid-area:1 / 1 / 2 / 4}.grid-layer.square-3x1-top .item:nth-child(2){grid-area:2/1/3/2}.grid-layer.square-3x1-top .item:nth-child(3){grid-area:2/2/3/3}.grid-layer.square-3x1-top .item:nth-child(4){grid-area:2/3/3/4}.grid-layer.square-1x3-right{grid-template-rows:repeat(3,minmax(0,1fr));grid-template-columns:repeat(2,minmax(0,1fr));width:100%;height:100%}.grid-layer.square-1x3-right .item:nth-child(1){grid-area:1 / 1 / 4 / 2}.grid-layer.square-1x3-right .item:nth-child(2){grid-area:1 / 2 / 2 / 3}.grid-layer.square-1x3-right .item:nth-child(3){grid-area:2 / 2 / 3 / 3}.grid-layer.square-1x3-right .item:nth-child(4){grid-area:3/2/4/3}.grid-layer.square-1x3-left{grid-template-rows:repeat(3,minmax(0,1fr));grid-template-columns:repeat(2,minmax(0,1fr));width:100%;height:100%}.grid-layer.square-1x3-left .item:nth-child(1){grid-area:1 / 1 / 2 / 2}.grid-layer.square-1x3-left .item:nth-child(2){grid-area:2 / 1 / 2 / 1}.grid-layer.square-1x3-left .item:nth-child(3){grid-area:3}.grid-layer.square-1x3-left .item:nth-child(4){grid-area:1 / 2 / 4 / 3}.grid-layer.square-3x1-bottom{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:repeat(3,minmax(0,1fr));width:100%;height:100%}.grid-layer.square-3x1-bottom .item:nth-child(1){grid-area:1 / 1 / 2 / 2}.grid-layer.square-3x1-bottom .item:nth-child(2){grid-area:1 / 2 / 2 / 2}.grid-layer.square-3x1-bottom .item:nth-child(3){grid-area:1/3/2/4}.grid-layer.square-3x1-bottom .item:nth-child(4){grid-area:2 / 1 / 3 / 4}.grid-layer.square-4-vertical{grid-template-rows:repeat(1,minmax(0,1fr));grid-template-columns:repeat(4,minmax(0,1fr));width:100%;height:100%}.grid-layer.square-4-vertical .item:nth-child(1){grid-area:1/1/2/2}.grid-layer.square-4-vertical .item:nth-child(2){grid-area:1/2/2/3}.grid-layer.square-4-vertical .item:nth-child(3){grid-area:1/3/2/4}.grid-layer.square-4-vertical .item:nth-child(4){grid-area:1/4/2/5}.grid-layer.square-4-horizontal{grid-template-rows:repeat(4,minmax(0,1fr));grid-template-columns:repeat(1,minmax(0,1fr));width:100%;height:100%}.grid-layer.square-4-horizontal .item:nth-child(1){grid-area:1/1/2/2}.grid-layer.square-4-horizontal .item:nth-child(2){grid-area:2/1/3/2}.grid-layer.square-4-horizontal .item:nth-child(3){grid-area:3/1/4/2}.grid-layer.square-4-horizontal .item:nth-child(4){grid-area:4/1/5/2}
