﻿.new-listings-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 1%;
}

.new-banners-column {
    display: flex;
    flex-direction: column;
    gap: 1%;
    width: 25%;
}

    .new-banners-column > div.mobile-hide:first-child {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-top: 20px;
    }

.custom-breadcrumbs-div {
    display: flex;
    padding: 5px 0;
    align-items: center;
    height: 35px;
    width: 100%;
    margin-top: 10px;
}

    .custom-breadcrumbs-div > ul {
        width: auto;
    }

    .custom-breadcrumbs-div > div {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 150;
    }

@media only screen and (max-width: 768px) {
    .new-listings-container {
        flex-direction: column;
    }

    html.i-amphtml-singledoc > body {
        overflow-x: hidden !important;
    }

    .new-listings-container .new-banners-column {
        display: none;
    }

    .new-banners-column {
        width: 100%;
    }
}
