/*mobile*/ @media screen and (max-width: 444px) { } /*tablet*/ @media screen and (min-width: 444px) and (max-width: 777px) { } /*desktop*/ @media screen and (min-width: 777px) and (max-width: 1033px) { } /*laptop*/ @media screen and (min-width: 1033px) and (max-width: 1444px) { } /*hd monitor*/ @media screen and (min-width: 1444px) { }