.vnm-floating-social__list__cell:hover>ul {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width:500px) {
    .vnm-floating-social__list__cell>ul {
        left: 50%;
        top: -50px !important;
        width: 100vw;
        left: 0;
        position: fixed;
    }
    .vnm-floating-social__list__cell>ul::after {
        display: none !important;
    }
    .vnm-floating-social__list__cell>ul li {
        width: 100%;
    }
    
}