.d-temp-hedge,
.d-hedge,
.d-lush {
	background-repeat: no-repeat;
	outline: none;
	box-shadow: 0 0 0 transparent;
	background-color: transparent;
}

.d-temp-hedge,
.d-hedge{
	background-size: 110%;
	background-image: 
		url('../images/hedge/hedge.png'),
		url('../images/hedge/shadow.png')
	;
}
.d-lush{
	width: 100%;
	height: 100%;
	background-size: 130%;
	background-position: center;
	background-image: 
		url('../images/lush/lush.png'),
		url('../images/lush/shadow.png')
	;
	transform: scale(1.75);
	position: relative;
	top: -10%;
}
.isGrid[data-lush="true"] {
	/* border: 1px solid black; */
	overflow: visible;
}