Two images full width

I put two images side by side on one page under the header as col-50. The issue is I want both images the full 50% width without any padding around any edges. I can’t seem to figure it out with CSS.

Can you post the html?

<div class="col col-50">
    <img src="../img/test.jpg" style="width:100%">
</div>

<div class="col col-50">
    <img src="../img/test2.jpg" style="width:100%">
</div>