
object.svg-animated{
	visibility: hidden;
}

@media screen and (max-width: 850px) {
	object.svg-animated{
		display: none;
	}
}
