.fade {
  transition: all 0s;
  opacity: 1;
}

.fade__vertical {
  transition: all 0s;
  transform: translate(0, 0);
  opacity: 1;
}