.loader img{width:min(520px,72vw);height:auto;object-fit:contain;opacity:0;filter:none;animation:loaderLogo 1s .12s cubic-bezier(.2,.8,.2,1) forwards}@keyframes loaderLogo{from{opacity:0;transform:scale(.92) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(max-width:540px){.loader img{width:82vw}}
