.node--do-carousel {
    position: relative;
}

.node--do-carousel a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0.001;
}

article.node--do-carousel .no-img {
    min-height: 400px !important;
}

.node--do-carousel .img__wrapper {
    position: relative;
    width: 100% !important;
    border-radius: 16px;
    overflow: hidden;
}

.node--do-carousel .img__wrapper img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
}

.node--do-carousel .img__wrapper .gradient {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-blend-mode: multiply;
    background-image: linear-gradient(to top,
            var(--black) 0%,
            rgba(217, 217, 217, 0) 100%);
}

.node--do-carousel .img__wrapper .video__icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
}

.node--do-carousel .img__wrapper .video__icon .icon {
    background-image: url("/sites/default/files/inline-images/play.svg");
    width: 52px;
    height: 52px;
}

.node--do-carousel.version-2 h4 {
    position: static;
    margin-top: 15px;
    margin-left: 0px;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--dark-blue) !important;
    font-size: 16px !important;
    line-height: 22px !important;
}

@media screen and (max-width: 991px) {
    .node--do-carousel.version-2 h3 {
        font-size: 20px;
        line-height: 23px;
    }
}