@media only screen and (min-width: 768px) and (max-width: 1180px) {

    .ui.secondary.pointing.menu.hearder_menu {
        margin-left: -160px !important;
        padding-left: 0 !important;
        justify-content: flex-start !important;
        white-space: nowrap !important;
        width: calc(100% + 35px) !important;
    }

    .ui.secondary.pointing.menu.hearder_menu .item {
        font-size: 12px !important;
        padding-left: 7px !important;
        padding-right: 7px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        flex: 0 0 auto !important;
    }

    .base_right_column .sixteen.wide.column > img[src*="squarefoot_qrcode_web_banner"] {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .property_search_results .ui.items > .item.property_item {
        display: flex !important;
        align-items: stretch !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    .property_search_results .item.property_item > .image.desktop_myimage {
        flex: 0 0 42% !important;
        width: 42% !important;
        max-width: 42% !important;
        overflow: hidden !important;
    }

    .property_search_results .item.property_item > .content.sqfoot_property_card {
        flex: 1 1 58% !important;
        width: 58% !important;
        max-width: 58% !important;
        min-width: 0 !important;
        overflow: hidden !important;
        padding-left: 14px !important;
        padding-right: 10px !important;
    }

    .property_search_results .item.property_item .header,
    .property_search_results .item.property_item .meta,
    .property_search_results .item.property_item .description {
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
    }

    .property_search_results .item.property_item .header {
        font-size: 15px !important;
        line-height: 20px !important;
    }

    .property_search_results .item.property_item .meta,
    .property_search_results .item.property_item .description {
        font-size: 13px !important;
        line-height: 18px !important;
    }

    .property_search_results .item.property_item .description {
        max-height: 42px !important;
        overflow: hidden !important;
    }

    .property_search_results .item.property_item .separation {
        margin-left: 4px !important;
        margin-right: 4px !important;
    }
}