.wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box; }

.flow-node {
  position: absolute;
  left: 0;
  top: 0; }
