.brand-lockup {
  display: block;
  width: min(330px, 45vw);
  height: auto;
}

.auth-intro img {
  content: url('brand-mark.svg');
}

.app-splash {
  background: #102A43;
}

.app-splash .splash-mark {
  width: 208px;
  height: 208px;
}

@media (max-width: 700px) {
  .brand-lockup {
    width: min(230px, 56vw);
  }
}
