 smart-tree {
	 width: 300px;
	 margin-top: 20px;
  }
  
@media only screen and (max-width: 700px) {
  smart-tree {
	 width: 100%;
  }
}