.deco_bottom {
    position: absolute;
    right: 110px;
    bottom: 36px;
    z-index: 9;
	}
.spoor {
    position: absolute;
    right: 115px;
    top: 6px;
	}
.rotate_wind{
	  animation: rotate_wind 10s linear infinite;
	}
	@-webkit-keyframes rotate_wind {
	  from {-webkit-transform: rotate(0deg);}
	  to {-webkit-transform: rotate(360deg);}
	}
	@-moz-keyframes rotate_wind {
	  from {-moz-transform: rotate(0deg);}
	  to {-moz-transform: rotate(360deg);}
	}
	@keyframes rotate_wind {
	  from {transform: rotate(0deg);}
	  to {transform: rotate(360deg);}
	}
	
@media handheld, only screen and (max-width: 1179px) {
	.deco_bottom {
	    right: 0;
		bottom: 120px;
		}
}