.image-carousel-section{position:relative;width:100%;overflow:hidden;background-color:#1a1a1a;padding:0}.image-carousel-section:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.45);pointer-events:none;z-index:1}.carousel-wrapper{overflow:hidden;width:100%}.carousel-track{display:flex;gap:0;animation:marquee 35s linear infinite;width:fit-content}.carousel-track:hover{animation-play-state:paused}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.carousel-slide{position:relative;flex-shrink:0;height:320px}@media(min-width:640px){.carousel-slide{height:380px}}@media(min-width:768px){.carousel-slide{height:420px}}@media(min-width:1024px){.carousel-slide{height:480px}}@media(min-width:1280px){.carousel-slide{height:520px}}.carousel-slide img{height:100%;width:auto;max-width:500px;display:block;object-fit:cover}@media(min-width:768px){.carousel-slide img{max-width:600px}}@media(min-width:1024px){.carousel-slide img{max-width:1000px}}