.brand-bg {
  background-repeat: no-repeat;
  background-image: url("/assets/images/main-bg.jpeg");
  background-position: center;
  background-size: cover;
}

.brand-main-logo {
  background-repeat: no-repeat;
  background-image: url("/assets/images/main-logo.svg");
  background-position: center;
  background-size: contain;
}

.brand-main-logo-white {
  background-repeat: no-repeat;
  background-image: url("/assets/images/main-logo-white.svg");
  background-position: center;
  background-size: contain;
}

.brand-compact-logo {
  background-repeat: no-repeat;
  background-image: url("/assets/images/compact-logo.svg");
  background-position: center;
  background-size: contain;
}
