.grid-2x1{
  width:var(--grid2);
  height:var(--grid1);
  /* background: url(assets/Lego.svg); */
  background-image: url(/assets/elements/extras/grid2x1_yellow.svg);
  background-repeat: no-repeat;
  background-position: center;
  /*position: absolute;*/
}

