/* V166.23 — Optical balancing for Key Brands wordmarks */
.products-v1655 .p1655-brand-row a{
  min-height:88px;
  padding:13px 14px;
}

.products-v1655 .p1655-brand-row img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:none;
}

/* Optically match the visible brand-name height and weight. */
.products-v1655 .p1655-brand-row a:nth-child(1) img{width:140px}
.products-v1655 .p1655-brand-row a:nth-child(2) img{width:119px}
.products-v1655 .p1655-brand-row a:nth-child(3) img{width:103px}
.products-v1655 .p1655-brand-row a:nth-child(4) img{width:92px}
.products-v1655 .p1655-brand-row a:nth-child(6) img{width:140px}

/* Amperes is an emblem rather than a horizontal wordmark. */
.products-v1655 .p1655-brand-row a:nth-child(5) img{
  width:60px;
  max-width:60px;
  max-height:60px;
}

@media(max-width:640px){
  .products-v1655 .p1655-brand-row a{
    min-height:82px;
    padding:12px;
  }
}
