.anomalie{
	width: 96px;
	height: 96px;
	/* background-color: rgba(0, 0, 0, 0.615); */
	position: absolute;
	top: 11%;
	right: 30%;
	pointer-events: none;
}
.anomaly{
    display: none;
}
.hit_animal{
	background-color: orangered;
	transition: background-color 1s ease;
}

.creature{
	width: 100%;
	height: 100%;
	/* border: 1px solid black; */
	left: 0;
	
}
.creature{
	/* scale full sheet down to 96px per frame */
	/* img1 is on row 3, y = 3 * 96 = 288 */
	background-image: url('../images/spider/Raise_Body_225.png');
	background-size: 384px 384px;
  	background-position: 0px 0px;
  	background-repeat: no-repeat;  
    transform: scale(2.8);
}
.isRaised{        
    background-position: -288px -288px;
}