.theshoebox-slider-container.swiper-container { max-width: 1830px; margin: auto; width: 100%; height: auto; overflow: hidden; } .theshoebox-slider-container.swiper-container .swiper-slide { width: calc(33.3% - 10px); margin-right: 15px; } .theshoebox-slider-container.swiper-initialized .swiper-slide { display: flex; justify-content: center; align-items: center; position: relative; } .theshoebox-slider-container .swiper-slide:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.2); opacity: 0; transition: opacity 0.3s ease; pointer-events: none; } .theshoebox-slider-container .swiper-slide:hover:after { opacity: 1; }