Fancy Header
I use border-radius set to 50% to make the distance part of the header a circle.
.run-header .distance-wrap { border-radius: 50%; width: 5em; height: 5em; padding: 0; background: lineargradient(rgba(0,0,0,0), rgba(0,0,0,0.8)),url(/assets/img/flaggermany.jpg) center center; background-size: cover; margin: 0 auto 1em auto; z-index: 2; }