
    .ly_collections_list_1.collectionsWrapper .collectionsBox .collections_item .collections_img_box {width: 25%;margin: 0 auto;}
    body .ly_collections_list_1.collectionsWrapper .collectionsBox {grid-template-columns: repeat(4, 1fr);}
    @media screen and (max-width: 1000px) {
        .ly_collections_list_1.collectionsWrapper .collectionsBox .collections_item .collections_img_box {width: 60%;}
        body .ly_collections_list_1.collectionsWrapper .collectionsBox {grid-template-columns: repeat(2, 1fr);}
    }
