@media only screen and (max-width: 1439px) {
    *{}

    
}


@media only screen and (max-width: 1279px) {
    *{}    
    .thumbs-gallery li:nth-child(n){width:22%; margin-right:4%;}
    .thumbs-gallery li:nth-child(4n){margin-right:0;}
    
    
}



/*** 768px - 1023px ***/  
@media only screen and (max-width: 1023px) {
    *{}

    
}



/*** 640px - 767px ***/ 
@media only screen and (max-width: 767px) {
    *{}
    .thumbs-gallery li:nth-child(n){width:48%; margin-right:4%;}
    .thumbs-gallery li:nth-child(2n){margin-right:0;}

    
}



/*** 480px - 639px ***/ 
@media only screen and (max-width: 639px) {
     *{}
    
         
}


/*** 320px - 479px ***/ 
@media only screen and (max-width: 479px) {
    *{}
     
        
}


/*** 0 - 319px ***/ 
@media only screen and (max-width: 360px) {
    *{}
      
      
}
 


