#splash-screen{height:auto;left:50%;max-height:90vh;max-width:90vw;opacity:0;position:fixed;top:50%;transform:translate(-50%,-50%);transform-origin:center center;width:auto}#splash-screen img{display:block;height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}#splash-screen.splash-screen-fadein{animation:fadeIn .3s ease-out forwards}#splash-screen.splash-screen-fadeout{animation:fadeOut .3s ease-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}