.nd-carousel-container .nd-carousel-overflow, .nd-carousel-container .nd-slide-textblock, .nd-carousel-container .fullscreen {
    background-color: #ffffff !important;
}
.nd-carousel-container p.nd-slide-caption.long {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nd-carousel-container button.showCaption i {
    color: #000;
}
.nd-carousel-container p.nd-slide-caption.long.more {
    white-space: normal !important;
}
.nd-carousel-container button.showCaption {
    float: right;
    background: none;
    border: none;
    font-size: 18px;
    color: #000;
    cursor: pointer;
}
.nd-carousel-container {
    background-color: #ffffff !important;
    padding-bottom: 20px;
}
.nd-carousel-container button.showCaption.rotate {
    transform: rotate(180deg);
}
.nd-carousel-slide p {
    color: #000;
}
.nd-carousel-container.fullscreen .nd-carousel-overflow {
    margin-bottom: 60px;
}
.fullscreen .nd-slide-media {
    max-width: initial !important;
}