Ok, we got it but we are still not sure what exactly you want to do with this HELLO word? Do you want to break this word on smaller devices? Because if that's what you mean, you can do it with the following css:
h1 { word-wrap: break-word !important; }
There reason is that VC plugin works the way that the next element is always more important than previous and that's why the image from the next item, overlap text.
In reference to your 2nd question, we do not have any solution to make the look same on iPad as on mobile unfortunately.
I just don´t want the "HELLO" that big that it overlaps with the picture on the right.
But that should not be achieved by breaking the word. The text size should just be smaller on tablets, so that it does not overlap. The text should stay in the column and not go out on the right side.
Comments
Do you mean font size of the content?
In reference to your 2nd question, we do not have any solution to make the look same on iPad as on mobile unfortunately.