/* Mobile */
img[data-automation-id="bank-logo"] {
  height: 32px !important;
  width: auto;
  max-height: none !important;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  img[data-automation-id="bank-logo"] {
    height: 48px !important;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  img[data-automation-id="bank-logo"] {
    height: 96px !important;
  }
}