* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body, html {
    height: 100%;
}


.fullscreen-video {
    position: relative;
    width: 98%;
	height: auto;
    left: 1%;
	overflow: hidden;
	display: block;
	z-index: 1;
}


#video-background {
    position: absolute;
    top: 0%;
    left: 1%;
    transform: translate(-50%, -50%);
    min-width: auto;
    min-height: auto;
    width: 98%;
    height: auto;
    z-index: -9;
}
