/*影片背景色*/
.eduifp-video-bg{
	background: #000000;
	position: relative;
	z-index: -999;
}
/*影片樣式設定*/
.eduifp-video{
	width: 100%;
	margin-top: -8%;
	margin-bottom: -21%;
	opacity: 0.6;
}
.eduifp-video-m{
	width: 100%;
	margin-bottom: -2%;
	opacity: 0.6;
}
/*影片壓字*/
.eduifp-video-title{
	position: absolute;
	bottom: 15%;
	width: 100%;
}
.eduifp-video-title h1{
	color: #FFFFFF;
	text-align: center;
}
.eduifp-video-block-d{
	background: #000000;
}
.b2b-component-breadcrumb {
    background: #FFF;
 }
@media (max-width: 800px) {
.eduifp-video{
	display: none;
}
}
@media (min-width: 801px) {
.eduifp-video-m{
	display: none;
}
}