.cols>.take {
    float: right;
    display: block;
}


.cols.cols-2>.take-1{width: 50%}
.cols.cols-2>.take-2{width: 100%;}


.cols.cols-8>.take-1{width: 12.5%}
.cols.cols-8>.take-2{width: 25%;}
.cols.cols-8>.take-3{width: 37.5%}
.cols.cols-8>.take-4{width: 50%}
.cols.cols-8>.take-5{width: 62.5%}
.cols.cols-8>.take-6{width: 75%}
.cols.cols-8>.take-7{width: 87.5%}
.cols.cols-8>.take-8{width: 100%}

.cols.cols-9>.take-1{width: 11.11111%}
.cols.cols-9>.take-2{width: 22.22222%;}
.cols.cols-9>.take-3{width: 33.3333%}
.cols.cols-9>.take-4{width: 44.44444%}
.cols.cols-9>.take-5{width: 55.55555%}
.cols.cols-9>.take-6{width: 66.66666%}
.cols.cols-9>.take-7{width: 77.77777%}

.cols.cols-10 > .take-1 {width: 10%}
.cols.cols-10 > .take-2 {width: 20%}
.cols.cols-10 > .take-3 {width: 30%}
.cols.cols-10 > .take-4 {width: 40%}
.cols.cols-10 > .take-5 {width: 50%}
.cols.cols-10 > .take-6 {width: 60%}
.cols.cols-10 > .take-7 {width: 70%}
.cols.cols-10 > .take-8 {width: 80%}
.cols.cols-10 > .take-9 {width: 90%}
.cols.cols-10 > .take-10 {width: 100%}


/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .cols > .take.take-xs-all {width: 100%;}
    .cols.cols-xs-1>.take{ width: 100%;}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .cols > .take.take-sm-all {width: 100%;}
    .cols.cols-sm-1 > .take {width: 100%;}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .cols > .take.take-md-all {width: 100%;}
    .cols.cols-md-1>.take {width: 100%;}
    .cols.cols-md-2>.take {width: 50%;}
    .cols.cols-md-3>.take {width: 33.3333%;}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .cols > .take.take-lg-all {width: 100%;}
    .cols.cols-lg-1 > .take {width: 100%;}
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}