/* Original manufacturer artwork; colors are only adapted for contrast on black. */
.hero .hero-track > .brand-panel .panel-caption h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  width: 100%;
  margin-bottom: 10px;
}
.hero .hero-track > .brand-panel.is-active .panel-caption h2 { justify-content: flex-start; }
.hero .hero-track > .brand-panel .panel-caption .manufacturer-logo {
  position: static;
  display: block;
  inset: auto;
  width: 152px;
  max-width: 100%;
  height: auto;
  max-height: 76px;
  object-fit: contain;
  object-position: center;
  transform: none;
  filter: var(--manufacturer-filter, none);
  opacity: 1;
  transition: none;
}
.hero .hero-track > .brand-panel .panel-caption .mark-evolution { width: 110px; }
.hero .hero-track > .brand-panel .panel-caption .mark-ez-go { width: 128px; }
.hero .hero-track > .brand-panel .panel-caption .mark-can-am { width: 144px; }
.hero .hero-track > .brand-panel .panel-caption .mark-yamaha { width: 172px; }
@media (max-width:760px) {
  .hero .hero-track > .brand-panel .panel-caption h2 { justify-content: flex-start; min-height: 76px; }
}
