@media only screen and (max-width: 768px) {
    .left-panel, .right-panel, .div-info-left, .div-info-right {
        width: 100% !important;
    }

    .right-panel {
        margin-top: 10px;
    }

    .item-real-estate .div-thumb {
        width: 30% !important;
    }

    .item-left {
        width: 70% !important;
    }

    .div-search-mobile {
        display: block !important;
    }

    .right-panel .container-search-real-estate {
        display: none !important;
    }

    .mdl-menu__container, .menu-compare-price-search {
        width: 100% !important;
    }

    .item-your-new {
        width: calc(50% - 10px);
    }

    .div-type-new-mobile {
        display: block !important;
    }

    .item-name .type-new {
        display: none;
    }

    .item-left .item-description {
        max-height: 55px !important;
    }

    .item-left .info-other-item {
        width: calc(100% - 130px) !important;
    }
}
