#mapid {
    min-width: 600px;
    min-height: 600px
}

.wind > img {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0px;
    display: none;
}

.wind > .v {
    position: absolute;
    width: 34px;
    height: 34px;
    text-align: center;
    z-index: 1;
    font-weight: bold;
    font: 20px arial;
    font-weight: bold;
    color: yellow;
    top: 26px;
    left: -12px;
}

.wind > .m {
    position: absolute;
    width: 34px;
    height: 34px;
    text-align: center;
    z-index: 1;
    font-weight: bold;
    font: 20px arial;
    font-weight: bold;
    color: orange;
    top: -15px;
    left: 12px;
}

.leaflet-popup-content > iframe {
    width: 310px;
    height: 250px;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.leaflet-tile {
    filter: brightness(40%);
}
