/* Desktop parallax treatment for the Our Approach editorial image. */
@media (min-width: 761px) {
  .approach-photo {
    background-attachment: fixed;
    background-position: center center;
  }
}
