const position = (positions) => ({
      top: positions[0],
      right: positions[1],
      bottom: positions[2],
      left: positions[3],