.back-brand-lockup .memory-lane-back-logo,
.back-brand-lockup .brand-fallback {
  display: none !important;
}

.back-brand-lockup::after {
  content: "Memory Lane";
  display: block;
  color: #a87927;
  font-family: "Great Vibes", "Dancing Script", cursive;
  font-size: 22px;
  line-height: 1;
  letter-spacing: .02em;
}

.back-brand-lockup.compact::after {
  font-size: 14px;
}

@media (max-width: 560px) {
  .back-brand-lockup.compact::after {
    font-size: 11px;
  }
}
