At narrower widths, I am facing an issue with my Bootstrap 4 containers. The container for the image (on JSFiddle line 28) is overlapping with the container for navigation (on JSFiddle line 16). I need a solution to prevent this overlap.
<div class="container" style="">
<hr style="width:80%">
<nav class="custom-navbar">
<a href="/">Home</a>
<a href="/architecture/">Architecture</a>
<a href="/product/">Product</a>
<a href="/portraits/">Portraits</a>
<a href="/wildlife/">Wildlife</a>
<a href="/about/">About</a>
</nav>
</div>
<div class="container">
<img class="" src="https://www.rishulbangar.com/img/baan-thai-cover.jpg">
</div>
Check out the issue on JSFiddle: https://jsfiddle.net/AakLak/npegafkw/5/