/* video page  */
#videoData tbody tr td .video-frame {
  height: 50px;
  width: 150px;
}
.video-frame iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
