html,body,#millia{height:100%;}
#millia{max-width:640px;margin:0 auto;background:#014dfb;}
.sb-slider{position:relative;overflow:hidden;width:100%;height:100%;}
.nav-arrows a{width:5rem;height:3rem;background:url(images/nav.png) rgba(0,0,0,.5) no-repeat center center;position:absolute;bottom:0;left:50%;margin-left:-1.5rem;text-indent:-9000px;animation:down 1s infinite;border-radius:1rem;}
.sb-slider li{height:100%;display:none;}
.sb-slider img{width:100%;height:100%;display:block;}
.sb-perspective > div{position:absolute;transform-style:preserve-3d;backface-visibility :hidden;}
.sb-side{display:block;position:absolute;transform-style:preserve-3d;}

#musicBox{width:30px;height:30px;background:url(images/music.png) no-repeat left top;background-size:contain;position:fixed;top:2%;right:2%;z-index:999;}
.music{animation:round 1.2s linear infinite;}


#loading{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;z-index:2000;opacity:1;display:flex;flex-direction:column;align-items:cneter;justify-content:center;font-size:1.6rem;text-align:center;color:#fff;}
#loading img{width:70%;height:auto;display:block;margin:0 auto 1rem auto;}













@keyframes down{0%{bottom:2.5%;opacity:1;}100%{bottom:0.5%;opacity:0;}}
@keyframes round{0%{transform:rotate(0);}100%{transform:rotate(360deg);}}