
/* ONLY elements positively identified by JS */

.vsf-image-card .vsf-overlay-text{
    color:#ffffff !important;
    -webkit-text-fill-color:#ffffff !important;
    opacity:1 !important;
    visibility:visible !important;
    text-shadow:0 2px 6px rgba(0,0,0,.76) !important;
}


/* white/light action button */
.vsf-image-card .vsf-light-button,
.vsf-image-card .vsf-light-button *{
    color:#101713 !important;
    -webkit-text-fill-color:#101713 !important;
    text-shadow:none !important;
}


/* accidental giant counter */
.vsf-hide-giant-number{
    display:none !important;
}


/* giant pseudo number */
.vsf-kill-before::before{
    content:none !important;
    display:none !important;
}

.vsf-kill-after::after{
    content:none !important;
    display:none !important;
}

