@import url('3933f7cde58d408d8be5c33e5609e3d1.css');

 
.showcase {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	padding: 0 20px;
}


.video-container1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: var(--primary-color) url('../images/cover.jpg') no-repeat center
		center/cover;
}

.video-container1 video {
	min-width: 100%;
	min-height: 100%;
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.video-container1:after {
	content: '';
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
}


 #mf-rightFixed{display: none;}
    .header{top:0;}
    .header2{position: fixed; z-index: 99999999999999;}  
    .showcase{z-index: 9; position: relative; }
    .clear{clear: both;}
  

.wenzi{position:absolute; z-index: 9999999;  font-size: 14px;  display: block; width: 100%; height: 50px; bottom:0; left:0;  text-align: left; text-align: center;}

.slogo{position: absolute;  z-index: 9999; top:30%; left:30%; font-size: 30px; width: 40%;}
.slogo img{width: 100%}

   @media(max-width: 992px){
     html,body{width: 100%; overflow-x: hidden;}
      .showcase{margin-top:0px;  }
  
      .video-container1 video{height: 100%; margin-top: 45px;}
      .wenzi{width: 100%; height: 50px; text-align:center}
      .wenzi a{font-size: 30px; height: 40px;}
   }
