/* AUW Mirage2 overrides: logo sizing and footer image constraints */
.navbar-brand.auw-brand img {
  background: #fff;
  border-radius: 6px;
  height: 56px;
  max-width: 100%;
  padding: 3px;
  width: auto;
}

footer img {
  background: #fff;
  border-radius: 6px;
  display: block;
  height: 48px;
  max-width: 100%;
  padding: 2px;
  width: auto;
}

@media (max-width: 767px) {
  .navbar-brand.auw-brand img {
    height: 44px;
  }

  footer .pull-right {
    max-width: 100%;
  }
}
