/*
 * Dimzang Labs brand layer
 * Edit logo sizing here without touching the page layout stylesheet.
 */

.brand {
  display: flex;
  align-items: center;
  width: 158px;
  flex: 0 0 auto;
}

.brand img {
  width: 100%;
  height: 64px;
  object-fit: contain;
  object-position: left center;
}

.footer-brand {
  width: 180px;
  margin-bottom: 20px;
}

.footer-brand img {
  height: auto;
  max-height: 112px;
}

@media (max-width: 600px) {
  .brand {
    width: 132px;
  }

  .brand img {
    height: 58px;
  }
}
