.pos{
    position:absolute;
    top:0;
    left:0;
    background: #fff;
    z-index:-5;
}

.controls {
    position:absolute;
    left: 5%;
    bottom: 10%;
    width:120px;
    height:120px;
    content:'';
    background: rgba(2, 2, 2, 0.37);    
    margin:0;
}
.controls .point{
    margin:0;
    background: url('/textures/sprite0.png') ;
    background-size:50px 50px;
    background-repeat:no-repeat;
    content:'';
    position: relative;
    left:35px;
    top:35px;
    width:50px;
    height:50px;
}