
/* V3.9: Siepomaga uses the same outer button as every neighboring partner link.
   Only the inner artwork is normalized. */
.partner-row a.partner-link img[src*="siepomaga"]{
  display:block;
  width:auto;
  max-width:82%;
  height:22px;
  max-height:70%;
  margin:auto;
  object-fit:contain;
  object-position:center;
}
