@media only screen and (min-width:601px) and (max-width:875px){
    .usligicont {width:12%;}
}
@media only screen and (min-width:355px) and (max-width:600px){
    .usligicont {width:25%;height:100%;}
}
@media only screen and (min-width:240px) and (max-width:354px){
    .usligicont {width:37.9999%;}
}
@media only screen and (min-width:1px) and (max-width:239px){
    .usligicont {width:37.9999%;}
}

