@media only screen and (min-width :768px) and (max-width :1024px){#commonIPad{color:green}#predominantMedia{color:red}}@media only screen and (min-width :768px) and (max-width :1024px) and (orientation :landscape){#commonIPadLandscape{color:green}}@media only screen and (min-width :768px) and (max-width :1024px) and (orientation :portrait){#commonIPadPortrait{color:green}}