#bgvideo {
position: fixed;
background-size: cover;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -10;
transform: translateX(-50%) translateY(-50%);
transition: 1s opacity;
}