smart-tree {
	width: 60%;
	height: 450px;
}


@media only screen and (max-width: 700px) {
  smart-tree {
	 width: 100%;
	 height:100%;
  }
}