@media screen and (max-width: 1600px) {
    .me_panel {
        width: calc(100% - 40px);
        height: 500px;
    }

    .line_panel {
        width: calc(100% - 40px);
        margin-bottom: 20px;
    }

    .line_panel .chart_body {
        height: 340px !important;
    }

    .gauge_left {
        width: 100%;
    }

    .gauge_right {
        width: 100%;
        margin-top: 20px;
    }

    .info_panel .info_container {
        width: calc(50% - 20px);
    }
}