#preloader{align-items:center;background:#f4f4f4;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;transition:opacity .5s ease-out,visibility .5s;width:100%;z-index:9999}.logo{animation:fadeInOut 1.5s ease-in-out infinite;height:auto;width:180px}@keyframes fadeInOut{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}.hidden{opacity:0;visibility:hidden}@media (max-width:768px){.logo{width:180px}}@media (max-width:480px){.logo{width:120px}}