#banner-carsavvy{
  width: 100px !important;      /* desired width */
  height: auto !important;
  max-width: none !important;   /* remove inline max-width */
  max-height: none !important;  /* remove inline max-height */
  display: block;               /* prevents inline-gap issues */
}