How can I adjust the right column in this image layout to crop the height and match it with the left column, aligning the bottoms of the images? This customization should only apply to lg+ screen sizes.
An ideal solution using Bootstrap 4 without jQuery is preferred.
<div class="row">
<div class="col-12 col-lg-6">
<div class="row">
<div class="col-12">
<div>
<a href="#">
<img class="img-fluid" style="margin-bottom: 30px;" src="https://images.freeimages.com/images/large-previews/199/sunflowers-6-1392951.jpg">
</a>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div>
<a href="#">
<img class="img-fluid" style="margin-bottom: 30px;" src="https://images.freeimages.com/images/large-previews/199/sunflowers-6-1392951.jpg">
</a>
</div>
</div>
</div>
</div>
<div class="col-12 col-lg-6">
<div>
<a href="#">
<img class="img-fluid" style="" src="https://images.freeimages.com/images/large-previews/5e6/clouds-1396327.jpg">
</a>
</div>
</div>
</div>
edit: corrected link