			#video_background {
			    top: 40px !important;
				position: absolute;
				bottom: 0px;
				right: 0px;
				min-width: 100%;
				min-height: 100%;
				width: 4px;
				height: 4px;
                z-index: -1000;
				overflow: hidden;
			}

			#video_pattern {
				background-image: url(assets/dots-2.png);
				background-repeat: repeat;
				position: fixed;
				opacity: 0.7;
				left: 0px;
				top: 0px;
				width: 100%;
				height: 100%;
				z-index: -999;
			}