@media screen and (max-width: 500px) {
    .link-hotspot-icon {
        width: 50px;
        height: 50px;
    }

    .mobile .info-hotspot .info-hotspot-header {
        width: 40px;
        height: 40px;
        border-radius: 25px;
    }

    .mobile .info-hotspot .info-hotspot-icon-wrapper {
        width: 40px;
        height: 40px;
    }

    .info-hotspot .info-hotspot-icon {
        width: 80%;
        height: 80%;
        margin: 10%;
    }

    .info-hotspot-text {
        display: none;
    }
}