@keyframes popup-enter{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes popup-exit{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}.popup-container{animation-duration:.3s;animation-fill-mode:forwards}.popup-enter{animation-name:popup-enter;animation-timing-function:ease-out}.popup-exit{animation-name:popup-exit;animation-timing-function:ease-in}@keyframes scaleAnimation{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.popup-image img{animation:2s ease-in-out infinite scaleAnimation}
