html body div#block-homepageslider-2 .field--name-bp-image-field::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    background-image: linear-gradient(45deg,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.7) 17%,rgba(0,0,0,0.4) 47%,rgba(0,0,0,0.2) 75%,rgba(0,0,0,0.2) 99%);
}

.paragraph--type--slideshow-captioned .carousel-control.left, .paragraph--type--slideshow-captioned .carousel-control.right {
    background-image: none;
}

.carousel-caption {
    bottom: auto;
    top: 20%;
    letter-spacing: 0.5px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 1rem;
}