Aspect ratio divs with CSS background images
I have images of equal aspect ratios (300px x 255px) in divs taking up ~31% of the width to make 3 columns on desktop/tablet, then full width on mobile. The images scale to 100% within the div, with the height set as auto. I need to change them from img tags to background images http://codepen.io/anon/pen/yYagJd **HTML:** <div class="hotels"> <img src="http://www.telodesign.com/test/cavallo-300.jpg" alt=""><br> Here's a title </div> <div class="hotels"> <img src="http://www.telodesign.com/test/cavallo-300.jpg" alt=""><br> Here's a title </div> <div class="hotels"> <img src="http://www