How can I apply a Media Query to both the Height and With of the Device I am currently using this:
@media (min-width: 1366px) and (max-width: 1366px){
but I Need to apply it also to the Height of 768px...
I only want it to apply if the Resolution of the Device is 1366x768px!