Here it will not contain it on the tablet because I am testing a tablet with a mouse on my computer:
@media (max-width: 1024px), (not: pointer) and (orientation: landscape)
And here it will also contain a desktop.
@media (max-width: 1024px), (orientation: landscape)
so How can I solve it ? Thanks