/* The rounded DRIVE AGENT wordmark keeps the existing home link and header. */
a.header-logo { text-decoration: none; }
.brand-header a.header-logo { width: 164px; max-width: 100%; overflow: hidden; border-radius: 6px; }
.brand-header .header-logo img.header-wordmark {
  display: block;
  position: absolute;
  width: 104.5060%;
  max-width: none;
  height: auto;
  left: -2.7341%;
  top: 50%;
  transform: translateY(-50.4834%);
  pointer-events: none;
  filter: grayscale(1) contrast(3) !important;
}
@media (max-width: 899px) {
  .brand-header a.header-logo { width: 132px; }
}
