	.video1{
    opacity:0;
    width:100%;
    height:100%;
    position:absolute;
    object-fit:cover;
	padding:0;
	margin:0;
   /* transition: all 1.2s linear;*/
}

.imagenes{
    opacity:1;
    transition:opacity 2s;
    width:100%;
    height:100%;
    position:absolute;
    object-fit:cover;
    z-index: -10;
	padding:0;
	margin:0;
transition: all 1.2s linear;

}

@keyframes loading{
0%{width:0;}
100%{width:100%;}
}
.progress{
background-color: #A37E2B;
display:block;
height:100%;
width:0;
}
.progress_full{
width:100%;
}
.progress_anim{
-webkit-animation-name: loading;
-webkit-animation-duration: 7s;
-webkit-animation-fill-mode: forwards;
animation-name: loading;
animation-duration: 7s;
animation-fill-mode: forwards;
}
.progress2{
background-color: #A37E2B;
display:block;
height:100%;
width:0;
}

.progress2_anim{
-webkit-animation-name: loading;
-webkit-animation-duration: 7s;
-webkit-animation-fill-mode: forwards;
animation-name: loading;
animation-duration: 7s;
animation-fill-mode: forwards;
}

@supports (-ms-ime-align: auto) {
  .video1{
       opacity:1;
    width:100%;
	height:100%;
	min-height:100%;
	width:auto;
    position:absolute;
	overflow:hidden;
top:0;
bottom:0;

transform: translate(-50%, 0); 
left:50%;
    
  }
}