@media (min-width: 1000px) and (max-width: 1280px) {
    html.futures-android-tablet #frame_main1 {
        width: 78% !important;
    }

    html.futures-android-tablet #frame_main2 {
        width: 22% !important;
        min-width: 216px !important;
        max-width: 22% !important;
    }

    html.futures-android-tablet #frame_right {
        width: 295px !important;
        min-width: 295px !important;
        max-width: 295px !important;
    }

    html.futures-android-tablet #futures_auto_price_row > tbody > tr > td:first-child {
        width: 75% !important;
    }

    html.futures-android-tablet #futures_auto_price_row > tbody > tr > td:last-child {
        width: 25% !important;
    }

    html.futures-android-tablet #futures_auto_price_row table td:first-child {
        width: 34px !important;
    }

    html.futures-android-tablet #btn_sell_post_price_check {
        font-size: 1.5rem !important;
    }

    html.futures-android-tablet #futures_auto_price_row table td:last-child {
        font-size: clamp(11px, 1.1vw, 14px) !important;
        white-space: nowrap;
    }
}
