Right now, I'm using this one for tablets:
@media screen and (max-width: 960px) {
}
and this one for smarthphones:
@media screen and (max-width: 480px) {
}
I want to keep it simple and use only two. What are the most used media queries for smarthphone and tablet?