#loader{position:fixed;top:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#1badaa;z-index:9999}#loader #loader-logo{animation:sk-scaleout 3s ease 0s 1 alternate forwards running}#loader #loader-logo img{width:200px;height:auto}@media (min-width:768px){#loader #loader-logo img{width:300px}}@keyframes sk-scaleout{0%{opacity:0;transform:scale(1.4)}100%{opacity:1;transform:scale(1)}}