Currently i have this:
<div class="row">
<div class="col-md-6">
<p>A long borring text</p>
</div>
<div class="col-md-6">
<img class="img-fluid wow fadeIn" data-wow-delay="0.1s" src="superimage.jpg" alt="" />
</div>
</div>
on mobile this results in order #1 text #2 photo, but i want the photo to be #1 and text #2 in order.