/**************************************/
/*************** MOBILE ***************/
/**************************************/
@media screen and (max-width: 767px) {
	/****** HTML ******/
	html {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	/****** GRID ******/
	.grid {
		min-width: 0;
		margin: 0;
		padding: 0;
	}

	.home img {
		max-width: 100%;
	}

	
	/****** MEDIA ******/
	@media screen and (prefers-reduced-motion: reduce){
		html{
			scroll-behavior: auto;
		}
	}

	@media all and (display-mode: standalone) {
		
	}
}