.lazy img {
    position: absolute;
    top: 32%;
    left: 50%;
    width: 22%;
    transform: translate(-50%, -50%);
}

.more-books .span {
    position: absolute;
    top: -98px;
    left: 50%;
    transform: translate(-50%, 0);
}

.brands-container .divs {
    position: absolute;
    top: 80%;
    left: 43%;
}

@media screen and (max-width: 880px) {
    .lazy img {
        width: 38%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .more-books .spans,
    .more-books .span {
        position: relative;
    }

    .more-books .spans img {
        width: 200%;
        top: -140%;
        left: -50%;
        position: absolute;
    }
     .brands-container .divs {
        position: absolute;
        top: 90%;
        left: 43%;
    }
    .more-books .span img {
        width: 200%;
        position: absolute;
        top: 93%;
        left: -52%; 
    }

    

}