@charset "utf-8";
/* CSS Document */

#bgvid { 

  position: fixed; right: 0; bottom: 0; 

  min-width: 100%; min-height: 100%; 

  z-index: -100; 

  background: #fff; 

  background-size: cover; 
  overflow: hidden;
}

#bgvid video{
	width: 100%;
	transform:scale(1.4);
-ms-transform:scale(1.4); 	/* IE 9 */
-moz-transform:scale(1.4); 	/* Firefox */
-webkit-transform:scale(1.4); /* Safari 和 Chrome */
-o-transform:scale(1.4);
}

@media  (max-width: 1200px) {
	#bgvid video{
		width: auto;
		height: 100vh;
		transform:scale(1.4);
	-ms-transform:scale(1.4); 	/* IE 9 */
	-moz-transform:scale(1.4); 	/* Firefox */
	-webkit-transform:scale(1.4); /* Safari 和 Chrome */
	-o-transform:scale(1.4);
	}

}

@media  (max-width: 767px) {
	#bgvid video{
		width: auto;
		height: 100vh;
		transform:scale(1.4);
	-ms-transform:scale(1.4); 	/* IE 9 */
	-moz-transform:scale(1.4); 	/* Firefox */
	-webkit-transform:scale(1.4); /* Safari 和 Chrome */
	-o-transform:scale(1.4);
	}

}

#gvid { 

  position: fixed; right: 0; bottom: 0; 

  min-width: 100%; min-height: 100%; 

  z-index: -100; 

  background: #fff; 

  background-size: cover; 
  overflow: hidden;
}

#gvid video {
	width: 100%;
    background-size: cover; 
    overflow: hidden;
    object-fit: fill;
}
.video_holder {
    height: 100%;
    width: 100%;
	object-fit: fill;
-ms-transform:scale(1.0); 	/* IE 9 */
-moz-transform:scale(1.0); 	/* Firefox */
-webkit-transform:scale(1.0); /* Safari 和 Chrome */
-o-transform:scale(1.0);
}

