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