Having trouble with responsiveness on my box containing a background image. I am aiming for the box to adjust its height based on the background image, as I have set the background-size attribute to auto.
html:
<div class="index_boxs" id="discover_wines_index"></div>
css:
#discover_wines_index {
background-image: url(/bulk/bg/wines_inactive.jpg);
background-repeat: no-repeat;
background-size: 100% auto;
}