.cambya-home.brand,
.cambya-home.footer-brand {
  width: 176px;
  height: 82px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.cambya-home.brand img,
.cambya-home.footer-brand img {
  position: absolute;
  width: 250px;
  height: auto;
  max-width: none;
  left: -42px;
  top: -40px;
  mix-blend-mode: multiply;
}
@media (max-width: 620px) {
  .cambya-home.brand { width: 144px; height: 68px; }
  .cambya-home.brand img { width: 205px; left: -34px; top: -33px; }
}
