@custom-media --media-tv screen and (width >= 1920px);
@custom-media --media-desk screen and (width > 1024px) and (width < 1920px);
@custom-media --media-tablet screen and (width > 640px) and (width <= 1024px);
@custom-media --media-palm screen and (width <= 640px);
