html{
	    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 901px) {



.mobile, .mobile-menu{
	 display: none !important;
 }

.desktop{
	display: block !important;
}


}


@media only screen and (max-width: 768px),
    only screen and (pointer: coarse) and (orientation: landscape),
       only screen and (max-width: 1024px) and (pointer: coarse) and (orientation: portrait) {



}
