﻿.khl-article-carousel-caption {
    right: 0;
    left: 0;
    bottom: 0;
    padding-bottom: 40px;
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 35px;
    background: rgba(0,0,0,0.5);
    background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.85) 90%, rgba(0,0,0,0) 100%);
}

.custcarousel-button-next, .custcarousel-button-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #ededed;
    z-index: 10;
    width: 30px;
    opacity: 0.5;
    transition: all ease 0.25s;
}

.custcarousel-button-next {
    right: 0;
}

.custcarousel-button-prev {
    left: 0;
}

    .custcarousel-button-next:hover, .custcarousel-button-prev:hover {
        opacity: 1;
    }
