@media only screen and (max-width: 800px) {

	.m-h
	{
		display: none;
	}

    @media only screen and (orientation: landscape) {

    }

}
