/* For tablets: */
.col-m-0 {width:0%;}
.col-m-1 {width: 8.33%; height:0;overflow: hidden;}
.col-m-2 {width: 16.66%; height:auto;overflow: unset;}
.col-m-3 {width: 25%; height:auto;overflow: unset;}
.col-m-4 {width: 33.33%; height:auto;overflow: unset;}
.col-m-5 {width: 41.66%; height:auto;overflow: unset;}
.col-m-6 {width: 50%; height:auto;overflow: unset;}
.col-m-7 {width: 58.33%; height:auto;overflow: unset;}
.col-m-8 {width: 66.66%; height:auto;overflow: unset;}
.col-m-9 {width: 75%; height:auto;overflow: unset;}
.col-m-10 {width: 83.33%; height:auto;overflow: unset;}
.col-m-11 {width: 91.66%; height:auto;overflow: unset;}
.col-m-12 {width: 100%; height:auto;overflow: unset;}