@media screen and (min-width: 0px) and (max-width: 991px) { 
	   .hide-mobile{
		display:none;
	    }
    }
    @media screen and (min-width: 992px) and (max-width: 6000px) { 
	   .hide-desktop{
		display:none;
	    }
    }