#minimap-container {
    height: 90px;
    width: fit-content;

    border-radius: 5px;
    overflow: hidden;
}

#hero-minimap {
    position: absolute;
    inset: 0;
}