#bottomBar{
    bottom:0;
}
video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
#my_video{
	width: 100%;
	height: auto;
	opacity:0;
}

#shading{
	width:100%;
	height:100%;
	position: absolute;
	background-color:#000;
	opacity:.4;
}

.copy{
	font-size: 60px;
	color: #fff;
	letter-spacing:-1px;
}
#line01 {
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300; 
	width:100%;
    top: 50%;
    transform: translateY(-50%);
    opacity:0;
}






