.background .content img.asset__item {
  height: auto;
  width: 10vh;
  min-width: 4rem;
}

section#landing {
  background: url('../assets/sections/landing.jpg') no-repeat center;
}

section#landing .foreground {
  background: url('../assets/sections/landing.png') no-repeat center;
}

section#landing .content h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  text-transform: uppercase;
}

section#visit {
  background: url('../assets/sections/visit.jpg') no-repeat center;
}

section#visit .foreground {
  background: url('../assets/sections/visit.png') no-repeat center;
}

section#retargeting {
  background: url('../assets/sections/retargeting.jpg') no-repeat center;
}

section#retargeting .foreground {
  background: url('../assets/sections/retargeting.png') no-repeat center;
}

section#cookies {
  background: url('../assets/sections/cookies.jpg') no-repeat center;
}

section#cookies .foreground {
  background: url('../assets/sections/cookies.png') no-repeat center;
}

section#everywhere {
  background: url('../assets/sections/everywhere_bg.png') no-repeat center;
}

section#everywhere .foreground {
  background: url('../assets/sections/everywhere.png') no-repeat center;
}

section#conclusion {
  background: url('../assets/sections/conclusion.jpg') no-repeat center;
}

section#conclusion .foreground {
  background: url('../assets/sections/conclusion.png') no-repeat center;
}

@media (min-width: 60rem) {
  section {
    height: 105vh;
  }
}
