.hover-switch .hover {
    display: none;
}

.hover-switch:hover .normal {
    display: none;
}

.hover-switch:hover .hover {
    display: inline;
}