.view-b-b-map-or-rome {
  height: 400px;
  max-width: 100%;
  max-height: 100%;
}

.leaflet-map button {
    align-items: center;
    color: black;
    display: flex;
    background-color: white;
    border-radius: 5px;
    border-color: #8b0000b5;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-weight:bold;
    height: 30px;
    opacity: 1;
    padding:8px;
    position: relative;
    text-align: center;
    min-width: 120px;
    max-width: 122px;
    z-index: 500;
}

.leaflet-map.main button:hover{
    opacity: 0.8;
    cursor: pointer;
}
