.network-hero-image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.network-hero-overlay {
  background: linear-gradient(90deg, rgba(4, 19, 39, .96) 0%, rgba(4, 25, 50, .88) 42%, rgba(5, 29, 55, .46) 72%, rgba(5, 28, 50, .38) 100%);
  inset: 0;
  position: absolute;
}

.network-map-lines {
  opacity: .35;
}

.network-status {
  background: rgba(4, 23, 44, .66);
}

@media (max-width: 760px) {
  .network-hero-image {
    object-position: 68% center;
  }

  .network-hero-overlay {
    background: linear-gradient(90deg, rgba(4, 19, 39, .97), rgba(4, 24, 47, .82));
  }
}
