.df-video-marquee{box-sizing:border-box;overflow:hidden;padding:20px 0;white-space:nowrap;width:100%}.df-video-track{animation:df-marquee 10s linear infinite;display:inline-flex}.df-video-track:hover{animation-play-state:paused}.df-video-item{flex:0 0 auto;padding:0 5px;width:25%}.df-video-item video{border-radius:10px;display:block;height:auto;width:100%}@keyframes df-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.df-video-item{width:50%}}@media (max-width:480px){.df-video-item{width:100%}}