/* style the leaf */
@media screen and (min-width: 700px) and (min-device-width: 700px){
.leaf {
	width: 34px;
	height: 47px;
	position: absolute;
	z-index: 1;
	margin-left: -12px;
	margin-top: -6px;
}
}
