.home .hero {
  background:
    linear-gradient(90deg, rgba(5, 5, 6, .96) 0%, rgba(5, 5, 6, .82) 33%, rgba(5, 5, 6, .28) 68%, rgba(5, 5, 6, .12) 100%),
    url("wallpaper-ravencore.webp") center / cover no-repeat,
    #090909;
}

.home .hero .orb {
  display: none;
}

@media (max-width: 700px) {
  .home .hero {
    background-position: 62% center;
  }
}
