How to combine following media queries:
@media (min-height: 768px) and (max-width: 1054px), (min-height: 768px) and (max-width: 1366px){}
It works only for (min-height: 768px) and (max-width: 1054px), but for
(min-height: 768px) and (max-width: 1366px) is not working.