.home{position:relative;width:100%;height:100vh;overflow:hidden;animation:moveBG 60s ease-in-out 0s infinite;background-size:cover;background-color:#ffffff;background-repeat:repeat;background-image:url(/assets/about-hero.jpg);background-position:0 100%;background-attachment:fixed;transition:background-position 1s ease-in-out 0s}@keyframes moveBG{0%{background-position:0 100%}50%{background-position:100% 0}to{background-position:0 100%}}.blurb-parent,.services-parent{position:absolute;top:0;left:0;width:100%;height:100%}