.tooltip-wrapper .tooltipX {
    display: none !important;
}

.tooltip-wrapper:hover .tooltipX {
    display: block;
}

