﻿	@media screen and (max-height: 768px) {
		.tree{
			height: 525px;
		}
	}
	@media screen and (min-height: 769px) and (max-height: 800px) {
		.tree{
			height: 557px;
		}
	}
	@media screen and (min-height: 801px) and (max-height: 864px) {
		.tree{
			height: 621px;
		}
	}
	@media screen and (min-height: 865px) and (max-height: 900px) {
		.tree{
			height: 657px;
		}
	}
	@media screen and (min-height: 901px) and (max-height: 960px) {
		.tree{
			height: 717px;
		}
	}
	@media screen and (min-height: 961px) and (max-height: 1024px) {
		.tree{
			height: 781px;
		}
	}
	@media screen and (min-height: 1025px) and (max-height: 1050px) {
		.tree{
			height: 807px;
		}
	}
	@media screen and (min-height: 1051px) and (max-height: 1080px) {
		.tree{
			height: 837px;
		}
	}
	@media screen and (min-height: 1081px) and (max-height: 1200px) {
		.tree{
			height: 957px;
		}
	}

    .mousePointer {
        cursor: pointer;
    }