﻿@media (max-width:1200px){

    :root {        
        --table_height: 650px;
        --master_cmr_height: 100px;
    }
    

    .home_layout {
        height: var(--table_height);
        min-height: 80%;
        font-size: 30px;
    }

    .htitle {
        font-size: 2.8rem;        
    }

    .home_btn_txt {
        
        font-size: 2.4rem;
        
    }

    .home_table {
        height: var(--table_height);
        min-width: 800px;
        width: 800px;
    }


    .home_td_user {
        height: var(--table_height);
        width: 800px;
        min-width: 800px;
    }
    
    .home_td_img {
        visibility: hidden;
        width: 0px;
        border-collapse: collapse;
        position: relative;
    }


    

}

