.black.slick-slider
{
    background: transparent;
}
.black.project-list .slick-list {
    margin: 0 80px;
    padding: 0;
}
.project-list.black .slick-track {
    align-items: stretch;
}
.project-list.black .project-list-item {
    margin-left: 18px;
    margin-right: 18px;
    position: relative;
    padding: 35px 40px;
    height: inherit;
    color: #FFF;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.slider_inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.slider_inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}
.relative {
    position: relative;
}
.project_black_logo {
    margin-bottom: 25px;
}
.project_black_title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 23px;
    min-height: 90px;
}
.result {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #0B72B9;
    margin-bottom: 15px;
}
.project_black_preview-text {
    font-size: 14px;
    margin-bottom: 20px;
}
.project-list.black .btn-outline {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #0f72ba;
    margin-top: 10px;
}
.project-list.black .slick-arrow {
    background: #D81D45;
}
.project-list.black .slick-arrow:hover {
    background: #BD0D33;
}

@media (max-width: 767px) {
    .slider_inner {
/*        left: -15px;
        right: -15px;*/
    }
    .project_black_title {
        font-size: 1.4rem;
        min-height: 14px;
    }
}