body {
  overflow-x: hidden;
}

.hero-side-graphic {
  position: absolute;
  right: 0rem;
  top: 300px;
  width: 40vw;
  z-index: 3;
}

.hero-side-logo {
  position: absolute;
  left: 0rem;
  top: 60px;
  width: 300px;
  z-index: 3;   
}

.navbar-brand img{
    display: none;
}

@media (max-width: 992px) {
  .hero-side-graphic {
    display: none;
  }

  .hero-side-logo {
    width: 140px;
    top: 50px;
  }
}