* {
 box-sizing: border-box;
 min-height: 1px;
 overflow-x: hidden;
}
.cxw-row:after {
 content: "";
 clear: both;
 display: block;
}

/* phone */
@media only screen and (max-width: 599px) {
 .cxw-s0 {display:none}
 .cxw-s1 {width: 8.33%;float: left;}
 .cxw-s2 {width: 16.66%;float: left;}
 .cxw-s3 {width: 25%;float: left;}
 .cxw-s4 {width: 33.33%;float: left;}
 .cxw-s5 {width: 41.66%;float: left;}
 .cxw-s6 {width: 50%;float: left;}
 .cxw-s7 {width: 58.33%;float: left;}
 .cxw-s8 {width: 66.66%;float: left;}
 .cxw-s9 {width: 75%;float: left;}
 .cxw-s10 {width: 83.33%;float: left;}
 .cxw-s11 {width: 91.66%;float: left;}
 .cxw-s12 {width: 100%;float: left;}
}

/* landscape phone or tablet*/
@media only screen and (min-width: 600px) and (max-width: 899px) {
 .cxw-m0 {display: none;}
 .cxw-m1 {width: 8.33%;float: left;}
 .cxw-m2 {width: 16.66%;float: left;}
 .cxw-m3 {width: 25%;float: left;}
 .cxw-m4 {width: 33.33%;float: left;}
 .cxw-m5 {width: 41.66%;float: left;}
 .cxw-m6 {width: 50%;float: left;}
 .cxw-m7 {width: 58.33%;float: left;}
 .cxw-m8 {width: 66.66%;float: left;}
 .cxw-m9 {width: 75%;float: left;}
 .cxw-m10 {width: 83.33%;float: left;}
 .cxw-m11 {width: 91.66%;float: left;}
 .cxw-m12 {width: 100%;float: left;}
}

/* landscape tablet or laptop */
@media only screen and (min-width: 900px) {
 .cxw-l0 {display: none;}
 .cxw-l1 {width: 8.33%;float: left;}
 .cxw-l2 {width: 16.66%;float: left;}
 .cxw-l3 {width: 25%;float: left;}
 .cxw-l4 {width: 33.33%;float: left;}
 .cxw-l5 {width: 41.66%;float: left;}
 .cxw-l6 {width: 50%;float: left;}
 .cxw-l7 {width: 58.33%;float: left;}
 .cxw-l8 {width: 66.66%;float: left;}
 .cxw-l9 {width: 75%;float: left;}
 .cxw-l10 {width: 83.33%;float: left;}
 .cxw-l11 {width: 91.66%;float: left;}
 .cxw-l12 {width: 100%;float: left;}
}