.ps-side-home__content__cards {
    --ps-home-card-width: 430px;
    --ps-home-card-img-width: 180px;
    --ps-home-card-img-height: 180px;
    --ps-home-auctions-container-max-width: 1308px;
}

.ps-side-card-container {
    border: solid 1px var(--ps-color-gray-plus);
    margin: 0.5rem 0;
    width: 100%;
    min-height: 150px;
}

.ps-side-card {
    display: flex;
    justify-content: center;
    flex-direction: initial;
    height: 100%;
    width: 100%;
}

.ps-side-card h5 br {
    display: none;
}

.ps-side-card--img {
    display: none;
    width: var(--ps-home-card-img-width);
}

.ps-side-card--img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

.ps-side-card--body {
    width: 100%;
    height: auto;
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
}

.ps-side-home__content__cards--nation-site {
    clear:both;
    padding-top:10px;
    padding-left: 8px;
    font-style: italic;
}

@media (min-width: 576px) {

    .ps-side-card--img {
        display: block;
    }

    .ps-side-card--body {
        width: calc(100% - var(--ps-home-card-img-width));
    }
}

@media (min-width: 768px) {
    .ps-side-card-container {
        margin: 0;
        width: var(--ps-home-card-width);
    }

    .ps-side-card {
        flex-direction: column;
    }

    .ps-side-card--img {
        width: 100%;
        display: block;
        height: var(--ps-home-card-img-height);
    }

    .ps-side-card--body {
        height: calc(100% - var(--ps-home-card-img-height));
        width: 100%;
    }

    .left-col {
        width: 100%;
        height: auto;
        border-right: none;
    }

    .right-col {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 992px) {
    .ps-side-home__content__cards {
        max-width: 750px;
    }

    .left-col {
        width: var(--ps-col-left-width);
        border-right: solid 1px var(--ps-color-gray-plus);
    }

    .right-col {
        width: calc(100% - var(--ps-col-left-width));
    }
}

@media (min-width: 1200px) {
    .ps-side-home__content__cards {
        max-width: 900px;
    }
}

@media (min-width: 1600px) {
    .ps-side-home__content__cards {
        max-width: var(--ps-home-auctions-container-max-width);
    }

    .ps-side-card {
        display: flex;
        justify-content: flex-start;
        flex-direction: initial;
        height: 100%;
        width: 100%;
    }

    .ps-side-card h5 br {
        display: block;
    }

    .ps-side-card--img {
        height: 100%;
        width: var(--ps-home-card-img-width);
    }

    .ps-side-card--body {
        width: calc(100% - var(--ps-home-card-img-width));
        height: auto;
    }
}
