.hero-animated-bg{background-repeat:no-repeat;animation-name:heroBackgroundAnimation;animation-duration:25s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;overflow:hidden}@keyframes heroBackgroundAnimation{0%{background-position:10% 10%}100%{background-size:120%;background-position:90% 90%}}.hero-zoom-bg{background-repeat:no-repeat;background-position:center center;animation-name:heroBackgroundZoom;animation-duration:20s;animation-timing-function:ease-out;animation-iteration-count:infinite;animation-direction:alternate;overflow:hidden}@keyframes heroBackgroundZoom{0%{background-size:100%}100%{background-size:120%}}.animace-pozadi{animation:scrollZoomBackground 30s ease-in-out infinite;overflow:hidden}@keyframes scrollZoomBackground{0%{background-position:30% 30%;transform:scale(1)}50%{background-position:100% 100%;transform:scale(1.2)}100%{background-position:30% 30%;transform:scale(1)}}