.header {
  @media screen and (min-width: $break_medium) {
    position: relative;
    z-index: 6;
  }

  #sitelogo {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: $gutter;
    @extend %imagelink;
  }
}