/*!
 * 3D Falling Leaves
 */

.october-leaf {
position:  fixed;
background-color: transparent;
background-image: url('../images/leaves.png');
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
transform: translateZ(0);
}
