.hero {
  background-image: url("octopix-global-network.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

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