Be Ghost Class
You can use the be-ghost class to "disappear" any item you want but still take up the space.
<div class="be-column-container">
<div class="be-col-5 be-height-5 be-bg-clouds">Look on my right side</div>
<div class="be-col-5 be-height-5 be-bg-clouds be-ghost">I'm here but you don't see me</div>
</div>
If you use the inspection tool, you will see that even though it is not seen, on the right there is another box. However, space is being occupied.