.lion_product_slider_name a,
.home-product-slider-title a {
    /* height: 105px; */
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-orient: vertical;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.home-product-slider-add{
    width: min-content;
}
.lion-banner-small-big .big-banner,
.lion-banner-small-big .small-banner{
    height: auto!important;
}
.lion-banner-big-small{
    height: auto;
}
.lion-banner-big-small .big-banner,
.lion-banner-image{
    height: auto!important;
}


@media (max-width: 1024px) {
    .lion_product_slider_name a,
    .home-product-slider-title a {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .lion_product_slider_name a,
    .home-product-slider-title a {
        font-size: 12px;
    }
    .home-categories{
        padding: 0;
    }
    .lion-banner-big-small {
        grid-template-columns: 100%;
        justify-content: center;
        justify-items: center;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .lion_product_slider_name a,
    .home-product-slider-title a {
        /* height: 130px; */
        font-size: 11px;
        line-clamp: 6;
        -webkit-line-clamp: 6;
    }
}