Hi there,
Please update the code you added for the image that will appear on desktop to:
<div class="cs-hide-sm cs-hide-xs">
<img class="x-img x-img-thumbnail" src="//nnnpropertiesgroup.com//wp-content/uploads/2016/08/homepagebuildings.png?d6d45b">
</div>
then the image to display on mobile to:
<div class="cs-hide-xl cs-hide-lg cs-hide-md">
<img class="x-img x-img-thumbnail" src="//nnnpropertiesgroup.com//wp-content/uploads/2016/08/homepagebuildings.png?d6d45b">
</div>
Hope this helps.