 .swup-transition-main { 
  transition: all 0.4s ease; 
}
html.is-animating .swup-transition-main { 
  transform: scale(0.98); 
  opacity: 0; 
}