Is there a way to transform this shape into a regular semicircle, avoiding the appearance of a moon, and change the image into a circle rather than an ellipsis?
http://jsfiddle.net/226tq1rb/1/
.image{
width:20%;
border-radius:500%;
border-right:60px solid rgba(0,0,250,0.1);
padding:100px;
}
Appreciate any assistance.