Having an issue with CSS while using Bootstrap. I am attempting to align the columns in a way that the bottom line of the images inside each column match, not the top line. Despite trying everything I can think of, I have not been successful. Is there anyone who can assist me in properly aligning the images so that their bottoms are all in line?
<div class="container marketing">
<!-- Sponsors logos-->
<div class="row featurette lastNew">
<div class="col-lg-4">
<img class="img-responsive midjasponsora" alt="1496x613" src="images/logos/Platinum/image1.png">
</div>
<div class="col-lg-4">
<img class="img-responsive" alt="180x52" src="images/logos/Platinum/image2.png">
</div>
<div class="col-lg-4">
<img class="img-responsive" alt="283x66" src="images/logos/Platinum/image3.png">
</div>
</div>
</div>