@media only screen and (max-width: 500px){
    #right_sidebar{
        width: 100%;
    }

    .opacityslidercontrol{
        top: 60px
    }

    .active_map{
        left: 50px;
        top: -60px;
    }
    .ol-setmarkertoextent{
        right: 110px;
    }
}