Stacking AEM Components
Hi guys,
I have a situation where there needs to be multiple components stacked on top of each other in a given grid layout.
The design follows by having a full width banner image in the background, having some text on the left (RTE component) and a form on the right with its own surrounding container (can be custom or extending core components).
I was thinking to use a column control component to have these components on the left and on the right but how can the banner background be achieved? Column control layout containers will limit the components width that will be authored.
Should I be creating a custom component that hosts column control by default (having cq include refered to the component path) and render the banner component next to it?
Would be happy to know what's the best and efficient way to achieve this.

