@import './constants.css';

@media screen and (min-aspect-ratio: 1/1) {
    .phone_only {
        display: none;
    }

    div.col_50 {
        width: 50%!important;
        float: left;
    }

    div.col_25 {
        width: 25%!important;
        float: left;
    }

    div.col_20 {
        width: 20%!important;
        float: left;
    }

    div.col_60 {
        width: 60%!important;
        float: left;
    }

    div.col_55 {
        width: 55%!important;
        float: left;
    }

    div.col_15 {
        width: 15%!important;
        float: left;
    }
    
    div.col_85 {
        width: 85%!important;
        float: left;
    }
    
    div.col_80 {
        width: 80%!important;
        float: left;
    }
    
    div.col_75 {
        width: 75%!important;
        float: left;
    }
    
    div.col_33 {
        width: 33%!important;
        float: left;
    }
    
    div.col_40 {
        width: 40%!important;
        float: left;
    }
    
    div.col_66 {
        width: 66%!important;
        float: left;
    }
    
    div.col_60 {
        width: 60%!important;
        float: left;
    }
}