
/*Falling leaves effect*/
.wcb-leaf-scene {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	transform-style: preserve-3d;
}

.wcb-falling-leaves .wcb-leaf-scene div ,
.wcb-falling-leaves-1 .wcb-leaf-scene div ,
.wcb-falling-heart .wcb-leaf-scene div {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	/*background: url(http://sarahmhigley.com/static/images/leaf.svg) no-repeat;*/
	background-size: 100%;
	transform-style: preserve-3d;
	backface-visibility: visible;
}
.wcb-falling-leaves-leaves{
	background: url(../images/wcb-falling-leaves.png) no-repeat;
}
.wcb-falling-leaves-leaves-1{
	background: url(../images/wcb-falling-leaves-1.png) no-repeat;
}
.wcb-falling-leaves-heart{
	background: url(../images/wcb-falling-heart.png) no-repeat;
}