/*# DESKTOP #*/
/*-------------------------------------*/
@media only screen 
and (min-width: 1400px) {
    /*-------------------------------------*/
    .on-desktop  {display: block !important;}
    .off-desktop {display: none !important;}
    /*-------------------------------------*/
    /*-------------------------------------*/
}
/*-------------------------------------*/
@media only screen 
and (min-width: 980px)
and (max-width: 1399px) {  
    /*-------------------------------------*/
    .on-notebook  {display: block !important;}
    .off-notebook {display: none !important;}
    /*-------------------------------------*/
    /*-------------------------------------*/
    /*-------------------------------------*/
    /*-------------------------------------*/
    /*-------------------------------------*/
    /*-------------------------------------*/
}
/*-------------------------------------*/
/*-------------------------------------*/