.animated-bg{position:relative;overflow:hidden}.animated-bg:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/assets/images/temp/landing-page/black-pattern-background.png);z-index:0;animation:zoom-in-out 10s ease-in-out 0s infinite normal none running;opacity:.95}@keyframes zoom-in-out{0%,to{background-size:100%}50%{background-size:110%}}