.carousel-inner .item {
  height: 540px;
  background-position: center 30%;
  background-repeat: no-repeat;
  background-size: cover;
  text-transform: uppercase;
}
.hero-support-banner {
  text-align: left;
}
.help-cta {
  margin-top: 40px;
}
div.carousel {
  margin: 0;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  top: 0px;
  padding: 40px 0 20px;
  text-align: left;
  z-index: 0;
}
.carousel-caption .help-cta a {
  display: block;
  color: #fff;
}
.carousel-caption .help-cta a img {
  display: inline-block;
  height: 44px;
}
.carousel-caption .help-cta a p {
  display: inline-block;
  height: 44px;
  margin-left: 15px;
  transition: transform .5s;
  font-size: 16px;
  width: 75%;
}
.carousel-caption .help-cta a:hover {
  text-decoration: none;
}
.carousel-caption .help-cta a:hover p {
  transform: scale(1.05) translateX(0.5em);
}
.hero-support-banner h2 {
  font-family: "Roboto", sans-serif;
  font-size: 4vw;
  font-weight: 900;
}
@media screen and (max-width: 1615px) {
  .carousel-control {
    width: 9%;
  }
}
@media screen and (max-width: 990px) {
  .hero-support-banner img {
    width: 230px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 880px) {
  .carousel-control {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .carousel-caption {
    left: 0;
    bottom: unset;
  }
  .hero-support-banner h2 {
    margin: 0 20px;
  }
  .carousel-inner .item {
    height: 460px;
  }
  .carousel-caption .help-cta a img {
    vertical-align: top;
  }
}
