.plyr--video{
	overflow:visible;
}
.plyr--video .plyr__controls{
	bottom:-50px;
	background-color:rgba(23,35,34,.75);
	padding-top:10px;
}
/* 모바일에서 poster 이미지 잘림 방지 */
.plyr__poster{
	background-size:contain !important;
	width:100% !important;
	height:100% !important;
}
