@media screen and (min-width: 992px) {
    #home-river-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #footer-flex-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0 0 30px 0;
        border-bottom: 1px solid #3b3838;
    }

    #footer-flex-container > div {
        width: calc(100% / 3);
    }

    #footer-flex-container > div:not(:nth-of-type(3)) {
        margin-right: 20px;
    }

    #why-penrith-flex-ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

    #why-penrith-flex-ul > li {
        padding: 0 0;
        margin: 0 0 20px 0;
        width: calc((100% / 3) - 15px);
    }

    #why-penrith-flex-ul > li:not(:nth-of-type(3n + 3)) {
        margin-right: 20px;
    }

    #home-slick-flex-box-00 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100vh;
        width: 100%;
        max-width: 1260px;
        padding: 100px 100px 100px 100px;
        margin: auto;
    }

    #home-slick-flex-box-00 > div:nth-of-type(1) {
        text-align: right;
    }

    #home-slick-flex-box-00 > div:nth-of-type(2) {
        text-align: left;
    }

    #home-slick-flex-box-00 > div:nth-of-type(1) h3 {
        font-family: "Antic Didone", serif;
        font-size: 93px;
        font-weight: bold;
        letter-spacing: 7px;
    }

    #home-slick-flex-box-00 > div:nth-of-type(2) h3 {
        /*font-family: 'Pinyon Script', cursive;*/
        font-size: 60px;
        letter-spacing: 4px;
        color: #ffffff;
        text-transform: uppercase;
    }

    .home-east-bank-intro-p {
        font-size: 30px;
        text-align: center;
    }

    #home-the-market-h3 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 30px;
    }

    #home-logos-div {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    #home-logos-div > img:nth-of-type(1) {
        margin-right: 40px;
    }

    .store-listing-summary-inner-div {
        padding: 20px 20px;
    }

    #store-main-lhs {
        min-width: 410px;
    }

    #store-main-rhs {
        padding: 0 0 0 50px;
    }

    #store-main-content-section {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
}