@media screen and (max-width:480px) {
    .SView-virtualRocker {
        bottom: 144px;
        left: 16px;
        width: 78px;
        height: 78px;
        position:absolute;
        padding:unset;
       /* left:0px;
        bottom:0px;*/
    }
    .VirtualRockerContent{
        width:100%;
        height:100%;
        position:relative;
        opacity:0.8;
        display:block;
        top:0px;
        left:0px;
    }
    .VirtualRockerBack {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
         margin-left: 0px !important; 
         margin-top: 0px !important; 
        opacity: 1;
        border-radius: 50%;
    }
        .VirtualRockerBack img {
            width: 100%;
            height: 100%;
            position: absolute;
            vertical-align: middle;
        }
    .VirtualRockerFront {
        width: 26px;
        height: 26px;
        position: absolute;
        display: block;
        margin-left: unset;
        margin-top: unset;
        opacity: 0.5;
        border-radius: 50%;
        user-select: none;
        transition: none 0s ease 0s;
        /* left: 0px; */
        /* top: 0px; */
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
        .VirtualRockerFront img {
            width: 100%;
            height: 100%;
            position: absolute;
            vertical-align: middle;
        }

    .joystick-topanddown {
        bottom: 134px;
        left: auto;
        right: 16px;
        width: 23px;
        height: 98px;
        padding: unset;
    }
    .TopAndDownBack {
        height: 100%;
        width: 7px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
    }
        .TopAndDownBack img {
            width: 100%;
            height: 100%;
        }
    .TopAndDownFront {
        position: absolute;
        top: 50%;
        height: 23px;
        /* margin-left: 1px; */
        width: 23px;
        transform: translateY(-50%);
    }
        .TopAndDownFront img {
            width: 100%;
            height: 100%;
        }

}
