.product-center-prototype {
  position: relative;
  overflow-x: hidden;
}

.product-center-prototype .home-navbar {
  display: none;
}

.product-center-prototype .hero {
  min-height: auto;
  display: block;
  align-items: initial;
  justify-content: initial;
  overflow: visible;
  padding-top: 160px;
}

.product-center-prototype .hero img,
.product-center-prototype .hero video {
  position: static;
  width: auto;
  height: auto;
  object-fit: initial;
}
