/*
  We include some minimal custom CSS to make the playlist UI look good
  in this context.
*/

body {
  font-family: Arial, sans-serif;
}

.videojs-player {
  background: #fbfbfb;
  overflow: auto;
  width: 100%;
  margin: 0 0 20px;
}

.videojs-title {
	position: absolute;
	color: #fff;
	height: 32px;
	left: 11px;
	top: 0px;
	padding-top: 12px;
	font-size: 16px;
	word-wrap: normal;
	white-space: nowrap;
	font-family: 'Noto Sans KR', sans-serif;
	overflow: hidden;
	z-index: 9999;
}

.player-container {
  float: left;
  overflow: auto;
  width: 100%;
  background: #fbfbfb;
  visibility: visible;
  height: auto;
  scrollbar-width: none;
}

.video-js {
  height: auto;
  padding-top: 0.3px;
  /*padding-top: 56.29%;*/
  z-index: 97;
  width: 100%;
}

