@media screen and (min-width: 768px) and (max-width: 991px) {
    .helperPrimarySection {
        padding: 50px 20px;
    }

    #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 - 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(50% - 10px);
    }

    #why-penrith-flex-ul > li:not(:nth-of-type(2n + 2)) {
        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: 64px;
        font-weight: bold;
        letter-spacing: 7px;
    }

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

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

    #home-the-market-h3 {
        font-size: 25px;
        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-main-content-section {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    #home-store-listings-flex-section {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 20px 20px;
    }

    #home-store-listings-flex-section > div {
        width: calc((100% / 2) - 14px);
    }

    #home-store-listings-flex-section > div:not(:nth-of-type(2n + 2)) {
        margin-right: 20px;
    }

    .store-listing-summary-div {
        margin-bottom: 50px;
    }

    #eat-and-drink-flex-small-blocks > div {
        width: calc(100% / 2);
    }

    .eat-and-drink-small-blocks-a-h4 {
        color: #ffffff;
        font-size: 28px;
        font-weight: normal;
        margin: 0 0 10px 0;
    }

    .eat-and-drink-small-blocks-a1::before {
        content: "";
        position: absolute;
        top: 0;
        left: 20px;
        width: calc(100% - 40px);
        height: calc(100% - 20px);
        background-color: rgba(44, 31, 22, 0.5);
        transition: .5s cubic-bezier(0.4, 0, 0.2, 1) all;
    }

    .eat-and-drink-small-blocks-a1:hover::before {
        width: calc(76%);
    }

    .eat-and-drink-small-blocks-a-caption {
        position: absolute;
        top: 20px;
        left: 50px;
        width: calc(100% - 100px);
    }

    .eat-and-drink-small-blocks-a-caption p {
        color: #ffffff;
        font-size: 15px;
        font-weight: normal;
        margin: 0 0 0 0;
    }
}