video {
max-height: 100vh;
}

.public-layout .hero-widget__text {
padding-bottom: 1em;
}


.public-layout .landing__brand {
  margin: 1em auto;
  height: auto;
  display: block;
  width: 100px;
}

.public-layout .landing__brand .brand {
  display: none;
}

.public-layout .landing__brand:before {
  content: "🎪";
  font-size: 10em;
  display: block;
}

.public-layout .landing__brand:after {
  content: "meet the circus";
  font-size: 2em;
  display: block;
  color: #000;
  line-height: 1em; 
  font-weight: bold;
  margin: -2.9em 2em 0 -.9em;
}

