.box_video_utama{
	position:relative;
	width: 100%;
	background:#ffffff;
	padding:5px;
	box-sizing: border-box;
}
.box_video_utama_isi{
	position:relative;
	width: 100%;
	background: #000000;
	z-index: 1;
}
.box_video_utama video{
	width: 100%;
	height:100%;
}
.box_video_utama_judul{
	position:relative;
	width: 100%;
	height:25px;
	background: #ff3839;
	font-size: 22px;
	color: white;
	font-weight: bold;
	margin-top: -5px;
	padding:10px 0px;
	z-index: 1;
}
.box_video_utama_text{
	position: absolute;
	left: 0px;
	top: 5px;
	width: 100%;
	height: 100%;
	box-sizing:border-box;
	-webkit-transition: all 1s, filter 2s;
    transition: all 1s, filter 2s;
}
.box_video_utama_next{
	position: absolute;
	width: 27px;
	height: 27px;
	background: url(img/next.png);
	background-size: 27px 27px;
	top: 9px;
	right: 10px;
	cursor: pointer;
}
.box_video_utama_back{
	position: absolute;
	width: 27px;
	height: 27px;
	background: url(img/back.png);
	background-size: 27px 27px;
	top: 9px;
	left: 10px;
	cursor: pointer;
}