.nano-bg {
  background-image: url("../images/home.webp");
  background-color: rgba(0,0,0,.682);
  opacity: 1
}
.nano-newsletter {
  background-image: url("../images/subscribe.webp");
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
}
.nav-background {
  background-image: url("../images/home.webp");
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
}
.story-wide {
  background-image: url("../images/storyboard.webp");
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-position: center;
  background-size: cover;
}

