#global-loader{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.9);display:flex;justify-content:center;align-items:center;z-index:9999;transition:opacity .5s ease,visibility .5s ease}.breathing-loader{width:80px;height:80px;animation:breathe 1.5s ease-in-out infinite}@keyframes breathe{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}}body.loader-active{overflow:hidden;position:fixed;width:100%}@media (max-width:576px){.breathing-loader{width:50px;height:50px}}