.logo-row{
  display:flex;
  justify-content:center;
  align-items:center;
  padding:18px 20px 6px;
  background:linear-gradient(135deg,var(--navy),var(--navy2));
}

.district-logo-link{
  display:block;
  width:166px;
  height:166px;
  overflow:hidden;
  border-radius:50%;
  line-height:0;
  box-shadow:0 6px 24px rgba(0,0,0,.26);
  background:transparent;
}

.district-logo{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  border:0;
  border-radius:0;
  box-shadow:none;
  background:transparent;
  transform:scale(1.16);
  transform-origin:center;
}

.site-header .header-inner{
  padding-top:14px;
  padding-bottom:18px;
}

@media(max-width:720px){
  .district-logo-link{
    width:132px;
    height:132px;
  }

  .logo-row{
    padding-top:14px;
    padding-bottom:2px;
  }

  .site-header .header-inner{
    padding-top:12px;
  }
}
