#videosList {
  
  overflow: hidden;
}



/* Hide Play button + controls on iOS */
video::-webkit-media-controls {
    display:inline; !important;
}