a.vc_gitem-link.vc-zone-link:hover {
    background-color: transparent !important; /* Makes the background transparent on hover */
    /* You might also need to reset other properties if they are inherited and causing issues */
    /* For example, if there's a box-shadow or border */
    box-shadow: none !important;
    border: none !important;
}