.about-prototype .hero {
  min-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.about-prototype .hero-content {
  display: block;
  align-items: initial;
  justify-content: initial;
}

.about-prototype .hero-title {
  display: block;
  flex-direction: initial;
  align-items: initial;
  justify-content: initial;
}
.about-prototype .hero img,
.about-prototype .hero video {
  position: static;
  width: auto;
  height: auto;
  object-fit: cover;
}
.about-prototype .home-navbar {
  display: none;
}
.about-prototype .footer {
  display: none;
}
.about-prototype .minimal-footer {
  display: none;
}
.about-prototype main {
  position: relative;
}
