.tooltip {
    position: absolute;
    color: #D45428;
    padding: 5px;
    border-radius: 5px;
    opacity: 1;
    pointer-events: none;
}


.img-container {
    width: 100%;
}

.img-container svg {

    width: auto;
    height: auto;
}
