@charset "utf-8";

/********************************************************
■ widget video 관련
********************************************************/

.video-thumb-vod {
	width:100% !important;
}

.video-thumb-vod .vjs-tech  {
	width:100% !important;
}

.box-align-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
  height: 100%;
  background-color: #000;
}

.video-thumb-youtube {
	
}

/*유투브화면 유투브 링크를 가리기 위한 레이어*/
.dot_transparency {
	top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 90% !important;
}