.banner {
  height: calc(100vh - 60px - 144px);
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner .carousel {
  height: inherit;
}
.banner .carousel .carousel-inner {
  height: 100%;
}
.banner .carousel .carousel-inner .item {
  height: 100%;
}
.stripenav {
  text-align: center;
}
.stripe-filter {
  background: #69cdc0;
}
.stripe-filter .claim {
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 13px;
}
.stripe-filter .claim h2 {
  font-size: inherit;
}



