I am facing an issue with placing my carousel within a specified location in a div. I have a responsive div containing an image, and I want the carousel to display at the bottom of the image within the same div. Currently, the carousel appears below the div, and I am struggling to figure out how to make it display within the div. Despite researching, I haven't found any resources that provide the exact solution I am looking for.
HTML
<div class="responsive">
<img class="image-fluid" src="assets/Header.jpg"/>
</div>
<div class="responsive">
<img class="image-fluid" src="assets/Carousel_BG_Image.jpg"/>
</div>
<!--carousel-->
<!-- code for carousel items -->
CSS
/* CSS styling for carousel */
Screenshot illustrating the desired placement of the carousel: carousel placement
I have attempted to nest the independent div within the responsive div, but this action only results in larger images.
For reference, here is the link to the live site