@media screen and (max-width:480px) {
    .vb_bandeausticky_Club {
        display : none !important;
    }

    .modalvf .modalvf-entryStyle {
        width: 100px;
    }
    .modalvf .modalvf-entryContent {
        transform: translateX(0%);
        background-position: 53% center;
    }
    
    .modalvf.active .modalvf-entryStyle {
        width: 220px;
    }
}