#mffb-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
    background-color: transparent;
    min-width: 220px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (max-width: 480px) {
    #mffb-wrapper {
        position: relative;
        left: -45px;
        min-width: calc(100vw - 54px);
    }
}

#mffb-wrapper svg {
    max-height: 100%;
    width: 100%;
    margin: 0;
}

.mffb-gob,
.mffb-goa {
    fill-opacity: 0;
    -webkit-transition: fill-opacity 0.1s ease;
    -moz-transition: fill-opacity 0.1s ease;
    -o-transition: fill-opacity 0.1s ease;
    transition: fill-opacity 0.1s ease;
    cursor: pointer;
}

.mffb-gob:hover,
.mffb-goa:hover {
    fill-opacity: 0;
}

.mffb-gob:active,
.mffb-goa:active {
    fill-opacity: 0;
}

span#tip-mffb {
    font-weight: 600 !important;
    font-size: 15px !important;
}

#tip-mffb {
    /*font: 14px/16px Trebuchet MS, Helvetica, Arial, sans-serif;*/
    display: none;
    max-width: 100%;
    padding: 5px;
    visibility: visible;
    border: 1px solid #DADCE0;
    border-radius: 4px;
    color: #192440;
    font-weight: 800px;
    z-index: 1000;
    float: left;
    position: absolute;
    background: rgba(265, 265, 265, 0.75);
    word-break: keep-all;
    box-shadow: 4px 3px 14px #75829A38;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

#tip-mffb:empty {
    padding: 0;
    visibility: hidden;
}

#tip-mffb p {
    margin: 0!important;
    color: #404040!important;
}

#tip-mffb img {
    float: left;
    padding: 3px;
    max-width: 100%;
}

@media screen and (max-width: 320px) {
    #mffb-wrapper svg {
        height: 100%;
    }
    #tip-mffb {
        max-width: 40%;
    }
    #tip-mffb img {
        max-width: 95%;
    }
}

@media screen and (max-width: 400px) and (min-width: 321px) {
    #mffb-wrapper svg {
        height: 100%;
    }
}

@media screen and (max-width: 480px) and (min-width: 401px) {
    #mffb-wrapper svg {
        height: 100%;
    }
}

@media screen and (max-width: 568px) and (min-width: 481px) {
    #mffb-wrapper svg {
        height: 100%;
    }
}

@media screen and (max-width: 685px) and (min-width: 569px) {
    #mffb-wrapper svg {
        height: 100%
    }
}

@media screen and (max-width: 767px) and (min-width: 686px) {
    #mffb-wrapper svg {
        height: 100%
    }
}

@media screen and (min-width: 768px) {
    #mffb-wrapper svg {
        height: auto;
    }
}
