.lpc-carousel-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
}

.lpc-carousel {
    display: flex;
    gap: 10px;
    overflow: hidden;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
    flex: 1;
    direction: rtl;
}

.lpc-item {
    flex: 0 0 auto;
    width: calc(100% / var(--columns) - 8px);
    display: block;
}

.lpc-item img {
    /* object-fit: contain; */
    width: 100%;
    height: 100%; /*auto*/
}

.lpc-prev,
.lpc-next {
    background: #333;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 2rem;
}

/* #text-5.widget-section {
    padding-bottom: 0px;
    padding-bottom: 50px;
} */


