I like to know if there is possible to capture
Small tablet landscape (800x600)and also
Tablet portrait (768x1024)
As I understand there is possible
@media only screen and (min-width: 768px) and (max-width: 768px){
How to capture both resolution screens?