/* リストの位置をプレーヤの右に配置 */

.video-js {
  width: 640px;
  height: 360px;
  float: left;
}

.vjs-playlist {
  width: 120px;
  height: 450px;
  float: relative;
}



/* 全画面（サムネイル下）動画	
----------------------------------------------- */
.movie._full {
	margin-bottom: 15px;
}
.movie._full .vjs-playlist {
	height: 100%;
}
.movie._full .vjs-mouse.vjs-playlist {
	width: 100%;
    font-size: 16px;
}
.movie._full .video-js, .movie._full .vjs-playlist {
	margin-bottom: 10px;
	border: 1px solid #CBCBCB;
}
.movie._full .vjs-mouse.vjs-playlist .vjs-playlist-item {
    height: 68px;
    margin-bottom: 17px;
    width: 50%;
    float: left;
}
@media only screen and (max-width: 640px) {
  .movie._full .vjs-mouse.vjs-playlist .vjs-playlist-item {
    width: 100%;
}
}


