:root{--hciFastBar:#ff0000;}
tmp{display:none;}
/*pelicula*/
section.ifast div{
	position:fixed;
	min-height:100hw;
	height:100%;
	background-color:rgba(0, 0, 0, 0.5);
	top:0;
	display:unset;
	width:100%;
	right:0;
	cursor: url(cursor.svg), auto !important;
}
/*iframe*/


section.ifast iframe{
	box-shadow: -5px 0px 20px 0px #00000075;
	margin-top:10px; 
	position:fixed;
	top:-10px; 
	width:90vw;
	min-width:250px; 
	height:100vh;
	border:0px;
	background-color:transparent;
	
	border-left:4px solid #7a7a7a;
}

body{transition: 1s;}

.ifast{right:-80vw;width:80vw;transition: 1s;}
section.posOne iframe{right:0vw;}
section.posTwo iframe{right:2vw;}
section.posTre iframe{right:4vw;}
section.posFor iframe{right:6vw;}
section.posFiv iframe{right:8vw;}
section.posSix iframe{right:10vw;}
section.posSev iframe{right:12vw;}

section.posOne iframe,
section.posTwo iframe,
section.posTre iframe,
section.posFor iframe,
section.posFiv iframe,
section.posSix iframe,
section.posSev iframe{
	border-left: 4px solid var(--hciFastBar);
}

/*pelicula*/
.ifast div{z-index: inherit;}