.fade:not(.show) {
    opacity: 100;
}
.fade:not(.in) {
    opacity: 0;
}