I am looking to create a responsive div
along with its inner content, so that the div
adjusts in size as I resize the window without relying on bootstrap.
An example of what I'm trying to achieve is shown below:
<div id="mapImage1" class="col-sm-12" style="position: relative;">
<img src ... />
</div>