i have 2 divs like this
<div class="row">
<div class="col-sm-6 col-xs-12"><img src="..."></div>
<div class="col-sm-6 col-xs-12">Content about image goes here </div>
</div>
Now on mobile image comes on top and then comes the content , i want image to come after the content in responsive mode , How it can be done .