.v4-Portal-result {
    display: flex;
    flex-wrap: wrap;
}

.v4-Portal-sb-image {
    width: 100%;
    padding-bottom: 50%;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    margin-right: 10px;
}

.v4-Portal-sb-table-wrapper {
    width: 100%
}

@media only screen and (min-width: 1000px) {
    .v4-Portal-result {
        flex-wrap: nowrap;
    }

    .v4-Portal-sb-image {
        width: 33%;
        padding-bottom: 0;
    }

    .v4-Portal-sb-table-wrapper.with-image {
        width: 66%
    }
}