.spio-spraychart-container {
    position: relative;
    width: 400px;
    height: 409px;
    margin: 0 auto;
}

.spio-background-image {
    width: 400px;
    height: 409px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.spio-overlay-image {
    width: 400px;
    height: 409px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.spio-percentage-text {
    position: absolute;
    transform: translate(-50%, -50%);
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 2px 5px;
    z-index: 3;
}