#hero {
  display: flex;
  /* background-color: #0B0C10; */
  height: 100dvh;
  /* max-height: -webkit-fill-available; */
  width: auto;
  /* background: url("../img/hero-bg.jpg") top center; */
  background-size: cover;
  position: relative;

}