Here is my current setup:
<div class="row">
<div class="col-md-6">
<p>A lengthy and dull 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>
When viewed on mobile, the current order is text first, then photo. However, I would like the photo to be displayed first followed by the text.