In that one your using an even numbered bg-position (0 -600px) with your adjusted image and it works fine without background-clip.
.wraph {
position: relative;
width: 606px;
height: 606px;
margin-top: 45px;
border-radius: 25px;
border: 3px solid red;
box-sizing: border-box;
background-position: 0px -600px;
}