:root{--moveHeight:0px}@-webkit-keyframes moveX{0%{right:0}to{right:-20%}}@keyframes moveX{0%{right:0}to{right:-20%}}@-webkit-keyframes moveY{0%{top:0}to{top:var(--moveHeight)}}@keyframes moveY{0%{top:0}to{top:var(--moveHeight)}}@-webkit-keyframes FadeOut{0%{opacity:1}to{opacity:0}}@keyframes FadeOut{0%{opacity:1}to{opacity:0}}#container{display:flex;flex-flow:row;height:100%;justify-content:center;overflow:hidden;width:100%}#container img{-webkit-animation:moveX 20s ease-in-out 0s infinite alternate,moveY 50s ease-in-out 0s infinite alternate;animation:moveX 20s ease-in-out 0s infinite alternate,moveY 50s ease-in-out 0s infinite alternate;min-height:100%;position:absolute;right:0;top:0;width:120%;z-index:10}#container h1{align-self:center;-webkit-animation:FadeOut 8s ease-in 0s infinite alternate;animation:FadeOut 8s ease-in 0s infinite alternate;color:#111;font:lighter 60px/1.5em Bickham,Arial;margin-top:-.2em;opacity:1;position:relative;text-align:center;text-shadow:1px 1px 2px rgba(12,5,3,.16);width:100%;z-index:100}#sound{bottom:10px;color:#fff;cursor:pointer;font-size:40px;left:10px;position:absolute;transition:opacity .5s ease-in-out;z-index:100}#sound.icon-sound{opacity:.2}#sound.icon-sound:hover{opacity:1}