@keyframes animationImageLeftRight{0%{transform:translate(0)}50%{transform:translate(calc(-100% + 100vw))}to{transform:translate(0)}}@keyframes animationImageScale{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.rp-animate-imageScale{--timing-animation:30s;height:100%;overflow:hidden;position:relative;width:100%}@media (min-width:768px){.rp-animate-imageScale{--timing-animation:20s}}.rp-animate-imageScale img{height:100%;max-width:none;min-width:100%;-o-object-fit:cover;object-fit:cover;width:auto}.rp-animate-imageScale.is-loaded img{animation-delay:0;animation-duration:var(--timing-animation);animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:animationImageLeftRight;animation-play-state:running!important;animation-timing-function:ease-in-out}@media (min-width:768px){.rp-animate-imageScale img{height:100%;width:100%}.rp-animate-imageScale.is-loaded img{animation-name:animationImageScale}}
