@media screen and (max-width: 767px) {
    div[id^="BX_YMAP_"] {
        position: relative;
    }
    div[id^="BX_YMAP_"]:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #00000052;
        background-image: url("data:image/svg+xml,%3Csvg class='icon line' width='64' height='64' id='touch-i-d' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9,3.58A8.09,8.09,0,0,1,12,3a8,8,0,0,1,8,8c0,1.12,0,5-2,8' style='fill: none; stroke: rgb(255, 255, 255); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;'%3E%3C/path%3E%3Cpath d='M3.34,14A9.45,9.45,0,0,0,4,11,8,8,0,0,1,6,5.71' style='fill: none; stroke: rgb(255, 255, 255); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;'%3E%3C/path%3E%3Cpath d='M16,11a15.93,15.93,0,0,1-3,10' style='fill: none; stroke: rgb(255, 255, 255); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;'%3E%3C/path%3E%3Cpath d='M6.17,17.17C7,16.32,8,12.71,8,11a4,4,0,0,1,4-4,3.89,3.89,0,0,1,2,.54' style='fill: none; stroke: rgb(255, 255, 255); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;'%3E%3C/path%3E%3Cpath d='M12,11c0,2-1,8-4,10' style='fill: none; stroke: rgb(255, 255, 255); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;'%3E%3C/path%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
    }

    div[id^="BX_YMAP_"].showed:after {
        display: none;
    }
}