.slider-wrapper{position:relative;overflow:hidden;padding:20px 0;margin:0 auto;max-width:100%}.container-video-object{display:flex;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;gap:16px;padding:0 10px}.container-video-object::-webkit-scrollbar{display:none}.row-video-object{flex:0 0 calc(25% - 12px);box-sizing:border-box;position:relative;cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:12px;background-color:#f3f2ee;aspect-ratio:2 / 3}.row-video-object img{width:100%;height:100%;object-fit:cover;border-radius:12px;display:block}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;cursor:pointer;width:60px;height:60px;background-color:rgba(255,255,255,.5);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform 0.3s ease,background-color 0.3s ease}.play-button:hover{transform:translate(-50%,-50%) scale(1.1);background-color:rgba(255,255,255,.7)}.play-button img{width:28px;height:28px;filter:none}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background-color:#e7b27f;color:#fff;border:none;padding:10px 15px;cursor:pointer;font-size:24px;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:background-color 0.3s}.slider-arrow:hover{background-color:#d39b6e}.left-arrow{left:5px}.right-arrow{right:5px}@media (max-width:1024px){.row-video-object{flex:0 0 calc(33.33% - 10px)}}@media (max-width:768px){.row-video-object{flex:0 0 calc(50% - 10px)}}@media (max-width:480px){.row-video-object{flex:0 0 100%}.slider-arrow{display:none!important}}