click here for image previewI'm attempting to position the last image in the bottom left corner of the middle image, but I'm having trouble getting it to stick to the bottom. Even when I create a new row or use clearfix, the image ends up attaching to elements below it like other images, text, or breaks.
<img src="https://via.placeholder.com/970x90" class="img-fluid" width="100%">
<img src="https://via.placeholder.com/970x400" class="img-fluid" width="100%">
<img src="https://via.placeholder.com/970x400" class="img-fluid card-img-overlay mt-auto" width="30%" height="30%">
Additionally, I want to keep all my code in HTML and avoid using CSS, so answers incorporating Bootstrap would be most helpful.