.map-container{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mouse-position-wrapper{
    position:absolute;
    right: 50px;
    top: 20px;
    padding: 5px;
    z-index:999;
    cursor: pointer;
    border-radius: 4px;
    background-color: rgba(0,0,0,0.2);
    display: flex;
    justify-content: space-around;
    display: -webkit-flex;
    -webkit-justify-content: space-around;
    align-items: center;
}
.custom-mouse-position{
    color: whitesmoke;
    font-weight:bold;
    font-size: 18px;
}
.ol-full-screen{
    display: none;
}
#scaleLineContainer{
    position: absolute;
    bottom: 9vh;
    left: 1vw;
    z-index: 999;
}