
 .Vidage__backdrop,.Vidage__image {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0
}
.Vidage--allow .Vidage__video {
	display:block
}
.Vidage--allow .Vidage__image {
	display:none
}
#VidageVideo {
  	display:block
}
.Vidage {
    /* position: fixed; */
    /* top: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* left: 0; */
    /* z-index: -1; */
    /*height: 800px;*/
    width: 100%;
}
.Vidage,.Vidage__video {
	/*min-width:100%;
	min-height:100%
  height:800px;
  width:100%;*/
}
.Vidage__video {
     /* position: absolute; */
    display: block;
    /* top: 0px; */
    /* left: 50%; */
    width: 100%;
    /* max-width: 100%; */
    /* height: auto; */
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(0%) translateY(0%);
    display: none;
      /*-webkit-transform: translateX(-50%) translateY(-50%); 
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);*/  
 
}
.Vidage__image {
	background-image:url(../images/bg.jpg);
	background-position:50%;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	background-size:cover
}
.Vidage__backdrop {
	/*background-color:#1b1c1d;
	background-image:url(../images/pattern.svg);
	opacity:.3;*/ 
   color:#fff;background-color:rgba(0,0,0,0.3);
   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
}
