#shadow-indicator {
  display: none;
}
.home h2 {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
		}

@media screen and (max-width:767px){
	.tuote{
		flex-direction:column-reverse;
	}
}