#welcome_video {
    position: fixed;
    top: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    width: 100vw;
    height: auto;
    z-index: 1;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}