#content #baselayer-image-selector {
    width:26px;
    height:26px;
    z-index:1000;
    border:2px solid white;
    border-radius:5px;
    background-image:url(/index.php/view/media/getMedia?repository=publicrepo&project=kaliningrad&path=media%2Fjs%2Fdefault%2Fbaselayerswitcher%2F/osm-toner.png);
    background-size:cover;
    background-repeat:no-repeat;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);
    cursor:pointer;
    position: absolute;
    margin-top: 10px;
    transition: width 0.2s, height 0.2s;
    transition-delay: 0.7s;
    right: 0px;
}


@media (hover: none) and (pointer: coarse){
    #content #baselayer-image-selector {

        width: 35px;
        height: 35px;
        position: fixed;
        bottom: 20px;
        right: auto;
        margin: auto;
        left: 20px;
    }
}

#content:not(.mobile) #baselayer-image-selector:hover {
    width: 36px;
    height: 36px;
    transition: width 0.4s, height 0.4s;
}

#content.mobile #navbar .tooltip.left {
    display: none!important;
}
#content #navbar .tooltip.left {
    margin-left: -10px;
}



/* #content.mobile #baselayer-image-selector {
    bottom:none;
    right:none;
    left: 10px;
    top: 10px;
} */





/* 
#content #baselayer-image-selector {
    width:62px;
    height:62px;
    position:absolute;
    bottom:50px;
    right:10px;
    z-index:1000;
    border:2px solid white;
    border-radius:4px;
    background-image:url(/index.php/view/media/getMedia?repository=publicrepo&project=kaliningrad&path=media%2Fjs%2Fdefault%2Fbaselayerswitcher%2F/osm-toner.png);
    background-size:cover;
    background-repeat:no-repeat;
    box-shadow: 2px 2px 2px 2px #aaa;
    cursor:pointer;
}
#content #baselayer-image-selector.with-overview-box {
    right:240px;
}
#content.mobile #baselayer-image-selector {
    bottom:none;
    right:none;
    left: 10px;
    top: 10px;
}
*/
/* #switcher-baselayer{
    display:none;
} */

