@keyframes images-slider-animation{0%{transform:translateX(-25%)}to{transform:translateX(-75%)}}section.images-slider-module{background-color:#a41128}section.images-slider-module .container .slider{height:8.75rem;position:relative;width:100%}section.images-slider-module .container .slider .slides-wrapper{animation:images-slider-animation var(--slider-speed) linear infinite;display:flex;flex-direction:row;flex-wrap:nowrap;gap:1rem;padding-right:1rem;width:-moz-fit-content;width:fit-content}section.images-slider-module .container .slider .slides-wrapper .image{height:8.75rem;width:12rem}section.images-slider-module .container .slider .slides-wrapper .image img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}