.bs-video-list {
  /* max-width: 600px;  */
   overflow: hidden;
 }
 
 .bs-video {
   /* background-image: url('https://img.youtube.com/vi/nZcejtAwxz4/maxresdefault.jpg'); */
   /* margin-bottom: 50px; */
   overflow: hidden;
 }
 
 /* Hide Play button + controls on iOS */
 video::-webkit-media-controls {
     display:none !important;
 }
