I have an image format icon (.png) which I want to center on an image as such, but I can not center it, the image of the icon I added it in a ** and then there is the background image, but I have not grappled with the exact position in the center. annex the html code and later the css ...
THIS IS THE HTML CODE where the icon of the image is first and the second the image of the background
<div><img src="http://www.legacycitychurch.com/media/cover_art/Play%20Button%20Overlay/playbutton.png" style="
display: block;
margin-left: auto;
width: 50%;
position: absolute;>">
</div>
<img src="https://process.filestackapi.com/AhTgLagciQByzXpFGRI0Az/resize=width:250,height:200,fit:scale/http://areametropolitana.softwareestrategico.com/PublishingImages/Paginas/Forms/AllItems/Nairo.jpeg" class="img-size" alt="undefined">
I would like to know what forms there are to center that image inside an image ...