.video-js {
  height: 300px;
  width: 300px;
  float: left;
}
.myplayer {
  width: 300px;
  height: 300px;
  position: relative;
}
.vjs-playlist {
  width: 300px;
  max-height: 300px;
  position: relative;
  top: 15px;
}
.vjs-playlist .vjs-playlist-item {
  min-height: 100px;
}
.vjs-playlist-item.vjs-selected {
  background: rgb(89, 44, 54);
}
.vjs-mouse.vjs-playlist .vjs-playlist-description {
  white-space: normal;
  min-height: 99px;
}