.hotspot-wrapper {
    position: relative;
    display: inline-block;
    overflow: auto;
    width: 100%;
}
.hotspot-image-wrapper {
    display: inline-block;
    position: relative;
    height: auto;
    z-index: 1;
}
.hotspot-wrapper img {
    width: auto;
    height: auto;
}
.hotspot-reset-btn {
    background: transparent;
    border: 0.0625rem solid #ccc;
    border-radius: 0.25rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    margin: 1rem 1rem 1rem 0;
    padding: 0.6rem 1rem;
    position: relative;
    text-align: center;
    user-select: none;
}
