.invisible {
    visibility: hidden;
}

.hidden {
    display: none !important;
}
