@media (min-width: 1024px) {

  .s-block--banners .grid.one-row {
    display: grid !important;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 220px 250px; /* ارتفاع كل صف */
  }

  /* أول بانر ياخد صفين */
  .s-block--banners .banner-entry:nth-child(1) {
    grid-row: 1 / span 2;
  }

  /* يخلي الصور تملى المساحة */
  .s-block--banners .banner-entry,
  .s-block--banners .lazy__bg {
    height: 100%;
    background-size: contain;
        background-repeat: no-repeat; /* تمنع التكرار */
background-color: transparent;
  }

}


/* ميديا كويري للشاشات الصغيرة */
@media (max-width: 768px) {
   .s-block--banners .lazy__bg {
    background-size: contain;
        background-repeat: no-repeat; /* تمنع التكرار */
  }
}

section.s-block.s-block--fixed-banner.wide-placeholder.fixed-banner--8 .container {
    max-width: 100%;
    padding: 0;
}
salla-slider.photos-slider .swiper-slide {
        margin:0;
        width: 100%;
        padding:0;
    }
    
salla-slider.photos-slider .swiper {
    padding: 0;
}
section.s-block.s-block--photos-slider {
    margin-top: 0;
}