/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {

}

/************************************************************************************
smaller than 800
*************************************************************************************/
@media screen and (max-width: 800px) {


}

/************************************************************************************
smaller than 600
*************************************************************************************/
@media screen and (max-width: 600px) {


}

/************************************************************************************
smaller than 480
*************************************************************************************/
@media screen and (max-width: 480px) {


}

/************************************************************************************
smaller than 320
*************************************************************************************/
@media screen and (max-width: 320px) {


}