.video-container {
	position: relative;
	top: 0;
	bottom: 0;
	min-width: 100%;
	height: 100vh;
	overflow: hidden;
	　border: 0;



　transform:
　translateZ(-#{$scroll-factor * 2; 	max-width: 100%;
}px)
　scale(1 + $scroll-factor * 2);
　float: right;
}

.video-container video {
	　position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
