.swup-transition-fade{
  opacity: 1;
  transition: 500ms;
}

html.is-animating .swup-transition-fade{
  opacity: 0;
}
