button.owl-next span,
button.owl-prev span{
    font-size: 40px;
}

.black-carousel-custom img.card-img-top{
    filter: grayscale(10);
}

.black-carousel{
    background-color: #ffffff;
}

.black-carousel .owl-stage-outer{
    height: 100%;
}

.black-carousel .owl-stage{
    display: block !important;
    height: 100%;
}

.black-carousel .owl-item{
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.black-carousel .item{
    text-align: center;
}

.owl-carousel-custom .subtitle-block{
    height: 70px;
    position: relative;
}

.owl-carousel-custom .subtitle{
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
}

@media screen and (min-width: 992px) {
    .black-carousel .item{
        height: 15vw;
        padding: 10%!important;
    }
}

@media screen and (max-width: 991px) {
    .black-carousel .item{
        height: 45vw;
        padding: 15%!important;
    }
}