@media screen and (min-width: 22000px) {
    .container{
        width: 2700px;
    }
    .col-4k-1 {
        width: 8.33333333%;
    }
    .col-4k-2 {
        width: 16.66666667%;
    }
    .col-4k-3 {
        width: 25%;
    }
    .col-4k-4 {
        width: 33.33333333%;
    }
    .col-4k-5 {
        width: 41.66666667%;
    }
    .col-4k-6 {
        width: 50%;
    }
    .col-4k-7 {
        width: 58.33333333%;
    }
    .col-4k-8 {
        width: 66.66666667%;
    }
    .col-4k-9 {
        width: 75%;
    }
    .col-4k-10 {
        width: 83.33333333%;
    }
    .col-4k-11 {
        width: 91.66666667%;
    }
    .col-4k-12 {
        width: 100%;
    }
    .col-4k-pull-1 {
        right: 8.33333333%;
    }
    .col-4k-pull-2 {
        right: 16.66666667%;
    }
    .col-4k-pull-3 {
        right: 25%;
    }
    .col-4k-pull-4 {
        right: 33.33333333%;
    }
    .col-4k-pull-5 {
        right: 41.66666667%;
    }
    .col-4k-pull-6 {
        right: 50%;
    }
    .col-4k-pull-7 {
        right: 58.33333333%;
    }
    .col-4k-pull-8 {
        right: 66.66666667%;
    }
    .col-4k-pull-9 {
        right: 75%;
    }
    .col-4k-pull-10 {
        right: 83.33333333%;
    }
    .col-4k-pull-11 {
        right: 91.66666667%;
    }
    .col-4k-pull-12 {
        right: 100%;
    }
    .col-4k-push-1 {
        left: 8.33333333%;
    }
    .col-4k-push-2 {
        left: 16.66666667%;
    }
    .col-4k-push-3 {
        left: 25%;
    }
    .col-4k-push-4 {
        left: 33.33333333%;
    }
    .col-4k-push-5 {
        left: 41.66666667%;
    }
    .col-4k-push-6 {
        left: 50%;
    }
    .col-4k-push-7 {
        left: 58.33333333%;
    }
    .col-4k-push-8 {
        left: 66.66666667%;
    }
    .col-4k-push-9 {
        left: 75%;
    }
    .col-4k-push-10 {
        left: 83.33333333%;
    }
    .col-4k-push-11 {
        left: 91.66666667%;
    }
    .col-4k-push-12 {
        left: 100%;
    }
}