.splide{padding:20px 0}.splide__slide{display:flex}.splide__slide img{display:block;width:100%;transform-origin:center center;max-width:200px}.test_inner{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;grid-column-gap:10px;grid-row-gap:10px;min-height:290px}.test_col_1{grid-area:1 / 1 / 2 / 2;align-self:end}.test_col_2{grid-area:1 / 2 / 2 / 4;max-height:200px}.test_col_3{grid-area:1 / 3 / 2 / 4;align-self:end;justify-self:end}@media screen and (max-width:768px){.test_inner{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(3,1fr);grid-column-gap:0px;grid-row-gap:0px;max-height:540px}.test_col_1 img{max-height:200px;width:auto}.test_col_1{grid-area:1 / 1 / 2 / 2}.test_col_2{grid-area:2 / 1 / 3 / 2}.test_col_3{grid-area:3 / 1 / 4 / 2}}