@media screen and (min-width: 960px){

}
@media screen and (min-width: 760px) and (max-width: 959px){

}
@media screen and (max-width: 759px){
    
}