#hero-wrapper {
  height: 70vh;
  width: 100vw;
  position: relative;
  padding-top: 3.5em;
}
#hero-wrapper .carousel-wrapper,
#hero-carousel {
  height: 70vh;
  width: 100vw;
  position: absolute;
}
#hero-carousel img {
  left: 0;
  bottom: 0;
  height: 70vh;
  width: 100vw;
  padding-top:20px; 
}
#hero-carousel i {
  position: absolute;
  top: 50%;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

@media only screen and (max-width: 600px) {
  #hero-carousel img {
    
    width: 100% !important;
    height: auto !important;
  }
  #hero-wrapper
  {
    height: 35vh !important;
  }
  #hero-carousel
  {
    height: 20vh !important;
  }
}
