
.index-banner .info {
  position: absolute;
  right:350rem;
  bottom:25%;
  text-align: right;
  transform: translateY(0%);
}

#banner,.banner {
  height:100vh;
  width: 100%;
}
.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.three-container canvas {
  width: 100%!important;
  height: 100%!important;
}
.gary-scrollbar {
  width: 35% !important;
  height: 2px !important;
  left: 50% !important;
  transform: translateX(-50%);
}
