#ast-desktop-header .gk-header-car-item {
  position: relative;
  order: 90;
  display: flex;
  align-self: stretch;
  align-items: flex-end;
  width: clamp(112px, 9.5vw, 142px);
  min-width: 112px;
  margin-right: 2px;
  margin-left: clamp(7px, 1vw, 14px);
  line-height: 0;
  pointer-events: none;
  isolation: isolate;
}

#ast-desktop-header .gk-header-car-frame {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  transform: translateY(3px);
}

#ast-desktop-header .gk-header-car-item img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center bottom;
  opacity: .97;
  filter: drop-shadow(0 5px 6px rgba(0, 0, 0, .36));
}

#ast-mobile-header .gk-header-car-item {
  display: none !important;
}

@media (min-width: 922px) and (max-width: 1120px) {
  #ast-desktop-header .gk-header-car-item {
    width: 108px;
    min-width: 108px;
    margin-left: 6px;
  }

  #ast-desktop-header .gk-header-car-item img {
    max-height: 66px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  #ast-desktop-header .gk-header-car-item img {
    transition: opacity .2s ease, transform .2s ease;
  }

  #masthead:hover #ast-desktop-header .gk-header-car-item img {
    transform: translateY(-1px);
  }
}
