.show {
    transition: opacity 400ms;
}

.hide {
    display: none !important;
}