.sp_sence{
    position:absolute;z-index: 0;left: 0%; top: 0px;right:0%;bottom:0%;
    overflow:hidden;
    overflow-x:clip;
    overflow-y:clip;
    pointer-events: none;
}

.sp_sence *{
    position:absolute;
}

.sp_bg {
    top: 0%;
    left: 0%;
    width: auto;
}

.sp_bigPlanet{
    bottom: 67%;
    left: -15%;
    width: 25.5%;
    min-width: 150px;
}

.sp_smPlanet{
    top:50%;
    right: 2%;
    width: 11.6%;
    min-width: 70px;
}

.sp_yellowGreenPlanet{
    bottom:30%;
    right: 0%;
    width: 20.3%;
    min-width: 130px;
}

.sp_miniPlanet{
    top:10%;
    left: 55%;
    width: 4.7%;
    min-width: 30px;
}

.sp_flowRB{
    right: 0%;
    bottom: 50%;
    width: 8%;
    
}

.sp_flowR{
    right: 0%;
    bottom: 0%;
    width: 33%;
}

.sp_flowL{
    left: 0%;
    bottom: 0%;
    width: 53.8%;
}

.sp_bear{
    bottom:10%;
    left: 5%;
    width: 26%;
    min-width:200px;
    animation:ani_bear 5s infinite linear ;
}

@keyframes ani_bear{
    0% {
        bottom:10%;
        left: 5%;
    }
    50% {
        bottom:15%;
        left: 4.8%;
    }
    100%{
        bottom:10%;
        left: 5%;
    }
}

.sp_bag{
    bottom: -5%;
    left: 3%;
    width: 6.5%;
    animation:ani_bag 5s infinite linear ;
}

@keyframes ani_bag{
    0% {
        bottom: -5%;
        left: 3%;
    }
    50% {
        bottom: 0%;
        left: 2.8%;
    }
    100%{
        bottom: -5%;
        left: 3%;
    }
}

.sp_rocker{
    bottom: 7%;
    right: 32%;
    width: 12.1%;
    animation:ani_rocker 5s infinite linear ;
}

@keyframes ani_rocker{
    0% {
        bottom: 7%;
        right: 32%;
    }
    50% {
        bottom: 12%;
        right: 31.8%;
    }
    100%{
        bottom: 7%;
        right: 32%;
    }
}

.sp_rocket{
    top: 15%;
    left: 27%;
    width: 10.6%;
}

.sp_coin{
    top: 55%;
    right: 27%;
    width: 4%;
    animation:ani_coin 5s infinite linear ;
}

@keyframes ani_coin{
    0% {
        top: 55%;
        right: 27%;
    }
    50% {
        top: 50%;
        right: 27%;
    }
    100%{
        top: 55%;
        right: 27%;
    }
}

.sp_starRT{
    top: 0%;
    right: 0%;
    width: 8.7%;
}

.sp_starLT{
    top: 3%;
    left: 10%;
    width: 8.7%;
}

.sp_starF{
    top: 70%;
    left: 35%;
    width: 10%;
}

.sp_diamond{
    bottom: 30%;
    left: 3%;
    width: 4.2%;
    animation:ani_diamond 5s infinite linear ;
}

@keyframes ani_diamond{
    0% {
        bottom: 30%;
        left: 3%;
    }
    50% {
        bottom: 35%;
        left: 3%;
    }
    100%{
        bottom: 30%;
        left: 3%;
    }
}


.sp_gameboy{
    top: 85%;
    right: 10%;
    width: 14.4%;
    animation:ani_gameboy 5s infinite linear ;
}

@keyframes ani_gameboy{
    0% {
        top: 85%;
        right: 10%;
    }
    50% {
        top: 80%;
        right: 10%;
    }
    100%{
        top: 85%;
        right: 10%;
    }
}

