/* تنظیم ارتفاع کل اسلایدر مطابق بنر جدید */
.ls-container, 
.ls-container .ls-inner, 
.ls-slide, 
.ls-slide-backgrounds, 
.ls-layers {
    height: 300px !important;
    max-height: 300px !important;
    min-height: 300px !important;
    overflow: hidden !important;
}

/* جلوگیری از فاصله‌ی سفید زیر اسلایدر */
.ls-wrapper, 
.ls-layer, 
.ls-bg, 
.ls-slide > a {
    height: 300px !important;
    max-height: 300px !important;
}

/* بخش پایین اسلایدر را بدون فاصله نمایش بده */
.ls-bottom-slidebuttons {
    margin-top: -30px !important;
    padding-top: 0 !important;
}

/* جلوگیری از کشیده شدن بنر اسلایدر */
.ls-slide-backgrounds img,
.ls-bg,
.ls-slide img {
    width: auto !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

