.lr-blr-wrap {
    width: 100%;
}

.lr-blr-swiper {
    width: 100%;
}

.lr-blr-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px; /* adjust as needed */
}

.lr-blr-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.lr-blr-logo {
    max-width: 100%;
    max-height: 70px; /* adjust as needed */
    width: auto;
    height: auto;
    object-fit: contain;
}

.lr-blr-pagination {
    position: relative;
    margin-top: 14px;
    text-align: center;
}
