    .hotspot02 .h-dot::after{
        content: "";
        width: 16px;
        height: 16px;

        background-size: 16px 16px;
        border-radius: 50%;
        position: absolute;
        top: 6px;
        left: 7px;
        transition: all 200ms ease-in;
    }
