body {
    background: white;
}

section.s-block--fixed-banner:nth-child(1) {
    margin-top: 0;

    .container {
        padding: 0;
        margin: 0;
        max-width: 100%;
    }

    .banner {
        width: 100%;
        margin: 0;
    }

    img {
        width: 100%;
        height: auto;
        border-radius: 0;
    }
}

.s-block--banners {
    margin-block: : 2rem;

    .s-block__title {
        justify-content: center;
    }

    .grid {
        justify-content: center;
        gap: 5rem !important;
        grid-template-columns: repeat(4, minmax(0, 120px));

        @media(max-width: 1024px) {
            grid-template-columns: repeat(2, minmax(0, 120px)) !important;
        }
    }

    .square-photos {
        aspect-ratio: 1 / 1;
        height: 110px;
        background-color: transparent;
    }

    .banner-entry {
        overflow: visible;
        height: 140px !important;
    }
    .banner-entry:hover .lazy__bg{
      scale: 1.05;
      transition: scale .5s;
    }
  .has-overlay:after {
    background: transparent !important;
  }
    .banner-entry:first-child {
        grid-row: unset !important;
    }

    .text-with-border {
        opacity: 1 !important;
        position: absolute !important;
        bottom: -60% !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 100% !important;
        color: black;
        border: 0 !important;
        font-size: 1rem !important;
    }
}
footer a[href="https://alaamalajaeb.com/"] h3
  {
    text-indent: -9999px;
    background-image: url("https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/PdNYen/ZqjMd5s52aZqogAbQy14UPsMX5yxnnUHUWv5TlvQ.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 240px;
    height: 88px;
    display: block;
  }