.networks {
  width: 100%;
  display: block;
  padding: 40px 0;
  background-image: url('/assets/backgrounds/fisheye.jpg');
  background-position: center center;
}

.networks-row {
  padding: 30px 0 10px;
}

.networks .network-link {
  text-align: center;
}

.networks .network-image {
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .networks .network-image {
    max-width: 80%;
    margin-bottom: 30px;
  }
}
