.b2b-list-ad {
    grid-column: 1 / -1;
    overflow: hidden;
    border-radius: 14px;
}

    .b2b-list-ad img {
        display: block;
        width: 100%;
        height: auto;
    }

    .b2b-list-ad:empty {
        display: none;
    }