L'Alchimie du Montage

graph LR;
  A(World)-->B@{img: "https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExN2pzNmd5c3N2ZThnY2hvZHJ1bTI4cHhwbDk4c3BlZGdwM2FlZ3JsYSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/bapzSdFejc4Sc/giphy.gif", label: Director POV, h: 250, constraint: "on" };
  style A fill:#90f5ff,font-size:60pt;
  style B font-size:40pt;
  style C fill:#f9f,font-size:60pt;
  style M font-size:40pt;
  style S font-size:40pt;
  style I font-size:40pt;
  style Magic font-size:40pt;
  style Film fill:#FFC300, font-size:60pt;
  style Chat font-size:40pt;
  style Questions font-size:40pt;

  B-->I@{img: "https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExbTh4MHl4ZWJvYjZ4ZzA4eGE3OTRtbGh5Z24yMWU5M2p2Z3VwZWs4NyZlcD12MV9naWZzX3NlYXJjaCZjdD1n/BhqCNnw7Zpj0c/giphy.gif", label: Image, h: 250, constraint: "on" };
  B-->M;
  B-->S@{img: "https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExOGZjaDc3YjJ0ZmEwbTg3ZDgyZmlrdG51bHl5dW01Mjl1c3VpaDA1diZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/VnIoecjQ3caw8/giphy.gif", label: Sound, h: 230, constraint: "on" };
  I-->C{Edit};
  
  M@{img: "https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExZHJuYWpxMW82bHNvbXhoMnBlMG1zYTM3dmRiNDV4Z2Qwcm5xcHdvMCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/5TqIgCd2m26rQFAmP1/giphy.gif", label: Music, h: 150, constraint: "on" }-->C{Edit};
  S-->C{Edit};
  Questions@{ shape: braces, label: "Questions,
  Problems,
  Discussions"}-.->Magic;
  C{Edit}---> Magic@{img: "https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExZm5xbmRudXNycW9xcW9ub2tpOTNjNzA4ZGo0anJrbTQwY3UzaXhvYiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/bzDontn1O3vi/giphy.gif", label: Magic, h: 400, constraint: "on" }; 
  Magic --> Film;
  Chat@{ shape: braces, label: "Coffee" }-.->Magic;