.hero{background-image:url(/bg.jpg);background-repeat:no-repeat;background-size:cover;background-position:50%;animation:bg-anim 30s ease-in-out infinite alternate;will-change:background-position;backface-visibility:hidden;transform:translateZ(0)}@keyframes bg-anim{0%{background-position:0}to{background-position:100%}}