.video-preview {
  width: 250px;
  height: 375px;
  float: left;
  padding: 5px;
  margin: 0 5px 0 0;
  background-image: url(/images/table-simple-layout-bg.png);
  background-repeat: repeat-x;
}

  .video-preview h4 {
    font-size: 12pt;
  }
  
  .video-preview img {
    width: 250px;
  }
