In order to avoid breaking up a `CSS-Shape` from the surrounding wrapping text to another column, (_... which is far from pretty_), when using CSS-Shapes (to make text flow around an image or an object) within a multi-column layout: one can use the property `break-inside` with the value `avoid-column` on a wrapping element: [one can read more about this here](http://codepen.io/atelierbram/blog/css-shapes-in-multi-column-layout)