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

    .newprop_items > .ui.image.dimage + .content {
        padding-left: 12px !important;
    }

    .content_body > .ui.grid > .row#main_content {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .content_body > .ui.grid > .row#main_content > .eleven.wide.column {
        width: 64% !important;
        max-width: 64% !important;
        flex: 0 0 64% !important;
    }

    .content_body > .ui.grid > .row#main_content > .five.wide.column.base_right_column {
        width: 36% !important;
        max-width: 36% !important;
        flex: 0 0 36% !important;
    }


    .newprop_items {
        display: flex !important;
        align-items: flex-start !important;
        padding: 12px 0 !important;
    }

    .newprop_items > .ui.image.dimage {
        width: 130px !important;
        min-width: 130px !important;
        max-width: 130px !important;
        height: 98px !important;
        margin-right: 12px !important;
        overflow: hidden !important;
    }

    .newprop_items > .ui.image.dimage a {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
    }

    .newprop_items > .ui.image.dimage img {
        width: 130px !important;
        min-width: unset !important;
        max-width: 130px !important;
        height: 98px !important;
        object-fit: cover !important;
        display: block !important;
    }

    .newprop_items > .content {
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }

    .newprop_items .description .ui.grid {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .newprop_items .description .middle.aligned.row {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        width: 100% !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    .newprop_items .description .middle.aligned.row > .column.width_28p {
        width: 24% !important;
        max-width: 24% !important;
        flex: 0 0 24% !important;
        padding-left: 0 !important;
        padding-right: 6px !important;
        font-size: 13px !important;
        line-height: 18px !important;
        word-break: break-word !important;
    }

    .newprop_items .description .middle.aligned.row > .column.width_18p {
        width: 19% !important;
        max-width: 19% !important;
        flex: 0 0 19% !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
        text-align: center !important;
    }

    .newprop_items .ui.mini.statistic {
        width: 100% !important;
        margin: 0 !important;
    }

    .newprop_items .ui.mini.statistic > .value {
        font-size: 17px !important;
        line-height: 21px !important;
        white-space: nowrap !important;
    }

    .newprop_items .ui.mini.statistic > .label {
        font-size: 11px !important;
        line-height: 14px !important;
        white-space: normal !important;
    }

    .base_right_column .newproperties_search_chart_segment {
        padding: 12px !important;
        margin-bottom: 14px !important;
    }

    .base_right_column .newproperties_search_chart_segment .ui.header {
        font-size: 15px !important;
        line-height: 20px !important;
        margin-bottom: 10px !important;
    }

    .base_right_column .newproperties_search_chart_segment .ui.statistic .value,
    .base_right_column .newproperties_search_chart_segment .ui.tiny.statistic .value {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .base_right_column .newproperties_search_chart_segment .ui.statistic .label,
    .base_right_column .newproperties_search_chart_segment .ui.tiny.statistic .label {
        font-size: 11px !important;
        line-height: 14px !important;
    }

    .base_right_column .ui.segment .ui.divided.items > .item {
        display: flex !important;
        align-items: flex-start !important;
        padding: 10px 0 !important;
        width: 100% !important;
    }

    .base_right_column .ui.segment .ui.divided.items > .item > .image {
        width: 95px !important;
        min-width: 95px !important;
        max-width: 95px !important;
        margin-right: 10px !important;
    }

    .base_right_column .ui.segment .ui.divided.items > .item > .image img {
        width: 95px !important;
        height: 70px !important;
        object-fit: cover !important;
        display: block !important;
    }

    .base_right_column .ui.segment .ui.divided.items > .item > .content {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        width: calc(100% - 105px) !important;
    }

    .base_right_column .ui.segment .ui.divided.items > .item .description {
        font-size: 12px !important;
        line-height: 17px !important;
        display: block !important;
        word-break: break-word !important;
    }

    .base_right_column .ui.segment .ui.divided.items > .item .less_span {
        font-size: 11px !important;
        line-height: 15px !important;
        margin-top: 3px !important;
    }

    .base_right_column img {
        max-width: 100% !important;
        height: auto !important;
    }
}