/* pwa install banner animation: fly in from bottom, out through bottom */
.pwa-install-banner .alert {
    /* animate in when banner is shown */
    animation: slide-in 350ms ease-out forwards;
}

.pwa-install-banner .pwa-slide-out {
    /* animate out through bottom when closing */
    animation: slide-out 350ms ease-in forwards;
}