/* Gold IMB logo only: no navy panel behind it. */
.small-logo img,
footer > img {
  background: transparent !important;
  mix-blend-mode: normal !important;
  object-fit: contain !important;
}

.small-logo img {
  width: 70px !important;
  height: 84px !important;
}

footer > img {
  width: 58px !important;
  height: 70px !important;
}
