.map-control {
    position: relative;
}

.map-control .fitbounds {
    background-color: #38363C;
    color: #FFFFFF;
    position: absolute;
    right: 7px;
    bottom: 2%;
    padding: 0.5%;
    z-index: 100;
    border-radius: 10px;
    cursor: pointer;
    font-size: 25px;
}