.slider-item:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 157px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    opacity: 0.7;
    z-index: 1;
}

.slider-item-name{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0.005em;
    color: #fff;
    padding: 14px;
    z-index: 2;
}

@media(min-width: 992px){
    .slider-item-name{
        font-size: 26px;
        line-height: 32px;
        padding: 40px;
    }
}

.big-slider-container .owl-item .slider-item{
    display: inline-block;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.big-slider-container .owl-item .slider-item img{
    height: 100%;
}

.big-slider-container .thumbs{
    max-width: 564px;
    margin: 24px auto 0;
}

.big-slider-container .thumbs-image {
    width: 112px;
    height: 70px;
    line-height: 0;
    border: 2px solid transparent;
    border-radius: 4px;
    overflow: hidden;
}

.big-slider-container .current .thumbs-image {
    border-color: var(--primary-color);
}

.big-slider-container .thumbs-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}