.abs-video-section{background-color:#fff;overflow:hidden}.video-slider-container{position:relative;width:100%}.video-track{display:flex;gap:30px;overflow-x:auto;padding-bottom:40px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.video-track::-webkit-scrollbar{display:none}.video-card{border-radius:4px;box-shadow:0 10px 20px rgba(0,0,0,.1);cursor:pointer;flex:0 0 400px;height:250px;overflow:hidden;position:relative;scroll-snap-align:center;transition:transform .3s ease}.video-card:hover{transform:translateY(-5px)}.video-thumb{background-position:50%;background-size:cover;height:100%;transition:transform .5s ease;width:100%}.video-card:hover .video-thumb{transform:scale(1.05)}.video-overlay{align-items:center;background:rgba(0,0,0,.1);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;transition:background .3s ease;width:100%}.video-card:hover .video-overlay{background:rgba(0,0,0,.3)}.play-icon-wrapper img{filter:drop-shadow(0 4px 6px rgba(0,0,0,.3));height:60px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);width:60px}.video-card:hover .play-icon-wrapper img{transform:scale(1.2)}.default-play-circle{align-items:center;background:hsla(0,0%,100%,.9);border-radius:50%;color:var(--abs-orange);display:flex;font-size:20px;height:50px;justify-content:center;width:50px}.scroll-indicator{color:#999;font-size:11px;letter-spacing:1px;margin-top:-20px;opacity:.6;text-align:center;text-transform:uppercase}@media (max-width:991px){.video-card{flex:0 0 280px;height:180px}.video-track{gap:15px;padding-left:20px;padding-right:20px}.play-icon-wrapper img{height:45px;width:45px}}