/*--- Bootstrap Mobile Gutter Fix --*/
.row, .container-fluid {
margin-left: 0px!important;
margin-right: 0px!important;
}

/*--- Fixed Video Background iOS/Mobile Style--*/
.video-wrap {
  clip: rect(0, auto, auto, 0);
/*  position: absolute;
  top: 0;
  left: 0;*/
  width: 100% !important;
  height: auto !important;
}
#video {
	position: relative;
	display: block;

  width: 100% !important;
  height: auto !important;
/*	background-size: cover;
	background-position: center center;*/
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;
        }
video { 
  position: relative;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
  width: 100% !important;
  height: auto !important;
  z-index: 1;

}