/* Project-specific overrides. Keep the supplied design stylesheet unchanged. */
.brand img {
  height: 38px;
  transform: scale(2.2);
  transform-origin: left center;
}

.brand {
  width: 140px;
  overflow: visible;
}

.footer-brand img {
  height: 36px;
  width: auto;
  margin-bottom: 18px;
  transform: scale(2.8);
  transform-origin: left center;
}

@media (max-width: 960px) {
  .brand img {
    height: 38px;
    transform: scale(1.9);
  }

  .brand {
    width: 122px;
  }

  .footer-brand img {
    height: 36px;
    transform: scale(2.35);
  }
}

@media (max-width: 560px) {
  .brand img {
    height: 38px;
    transform: scale(1.7);
  }

  .brand {
    width: 108px;
  }

  .footer-brand img {
    height: 36px;
    transform: scale(2.1);
  }
}
