I'm trying to place one image behind the other?
https://jsfiddle.net/emtao7wo/12/
<style>
#img1 {
position: absolute;
clip-path: circle(85px at center);
}
</style>
<img id="img1" src="https://i.imgur.com/BO6KOvw.jpg" width="170" height="113" style="top:41px;left:13px;">
<img width="180" height="180" src="http://i.imgur.com/4HJbzEq.png">