Yes / NoNamedescriptionquery
 Desktops and laptopsYour screen is a normal sized screen@media only screen and (min-width : 1224px)
 Large screensYour screen is a large sized screen@media only screen and (min-width : 1824px)
 iPhone 4You are on an iPhone 4@media only screen and (-webkit-min-device-pixel-ratio: 2)
 iPad portraitYou are on an iPad portrait@media screen and (device-width: 768px) and (orientation: portrait)
 iPad landscapeYou are on an iPad landscape@media screen and (max-device-width: 1024px) and (orientation: landscape)
 ScreenYou are on a screen@media screen
 HandheldYou are on a handheld@media handheld
 AuralYou are on a aural@media aural
 BrailleYou are on a braille@media braille
 ProjectionYou are on a projection@media projection
 TtyYou are on a tty@media tty
 TvYou are on a tv@media tv
 PrintYou are on a printer@media print
 Smartphones (portrait and landscape)You are on a smartphone@media screen and (min-device-width : 320px) and (max-device-width : 800px)
 Smartphones (landscape)You are on a smartphone in landscape mode@media screen and (min-device-width : 321px) and (max-device-width : 800px)
 Smartphones (portrait)You are on a smartphone in portrait mode@media screen and (max-device-width : 320px)