#videosList {
 max-width: 100%;
 max-height: 100%;
  overflow: hidden;
}

.video-hover {
  background-image: url('https://img.youtube.com/vi/nZcejtAwxz4/maxresdefault.jpg');
  height: 720x;
  width:1280px;
  margin-bottom: 50px;
}

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