video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    margin-top: -1px;
	margin-left: -1px;
    transform: translateX(-50%) translateY(-50%);
	background: #333!important;
	background-size: cover;
	transition: 1s opacity;
}
.stopfade { 
   opacity: .8;
}
#pause { 
  position: fixed;
  bottom: 25px;
  right: 225px;
  font-size: 16px!important;
  font-weight: 300; 
  text-transform: uppercase; 
}
#anchorDown { 
  position: fixed;
  bottom: 25px;
  left: 50%;
  margin-left: -40px;
  font-size: 50px!important;
  color: #fff;
  cursor: pointer;
}
#pause button { 
  display: block;
  width: 100%;
  padding: 10px;
  border: none; 
  /*  margin: 1rem auto;   */
  background: rgba(0,0,0,0.5);
  color: #fff;
  border-radius: 3px; 
  cursor: pointer;
  transition: .3s;
}
#pause button:hover { 
   background: rgba(0,0,0,0.5);
}
.infoBox	{
	position: fixed;
	bottom: 50px;
	left: 50px;
}
.infoBox i {
	font-style: normal;
	font-size: 45px;
	line-height: 45px;
	display: inline-block;
	color: #333;
	background: rgba(255,255,255,1);
	width: 50px;
	height: 50px;	
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px 0 5px;
	cursor: pointer;
}
.infoBox i.active {
	background: rgba(255,255,255,.75);
	border-radius: 50% 0 50% 50%;
}
.videoInfo	{
	position: absolute;
	bottom: 50px;
	left: 50px;
	width: 250px;
	padding: 15px;
	background: #fff;
	background: rgba(255,255,255,.75);
	color: #333;
	}

/*
#bgvid 	{
	margin: 0!important;
	}
    
#bgvid 	{
	position: fixed \9;
	top: 0 \9;
	left: 0 \9;
	margin: 0!important \9;
	width: 100% \9;
	height: 100% \9;
	}
*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	/*#bgvid 	{
		position: fixed;
		top: 0;
		left: 0;
		margin: 0!important;
		width: 100%!important;
		height: 100%!important;
		display: none!important;
	}*/
	.pageBlock	{
		background: url('../images/home.jpg') #000 no-repeat top center fixed;
		background-size: 100% auto;
	}
}	

/* MEDIA QUERY UNDER 768px */
@media screen and (max-width: 767px) {
  body.home { 
  background: url('../images/mobile-home.jpg') #000 no-repeat top center fixed;
  
  /* ModXDigital change July 21, 2016  */
  background-size: cover;
  }
  #bgvid, #pause {
  display: none;
  } 
 
}
