body.path-frontpage div[id*="views-evo-carousel-evo-feature-slider-block-feature-slider"] .carousel-inner .carousel-item::before {
  content: "";
  display: block;
  width: 100%;
  background: none!important;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.carousel-caption {
  background: #606060a8;
  bottom: 8%;
  left: auto;
  right: 9%;
  z-index: 10;
  color: #ffffff;
  text-align: center;
  width: 39%;
  padding: 2rem;
}

.carousel-caption .h2 {
  background: transparent;
  color: #ffffff;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: left;
  text-shadow: none;
  margin-bottom: 8px;
  padding: 0;
  width: 100%;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2), 0px -5px 35px rgba(0, 0, 0, 0.3);
}

