
			#myVideo {
  				position: fixed;
  				right: 0;
  				bottom: 0;
  				min-width: 100%; 
  				min-height: 100%;
			}
	
			.content {
  				position: fixed;
  				bottom: 0;
  				background: rgba(0, 0, 0, 0.5);
  				color: #f1f1f1;
  				width: 100%;
  				padding: 20px;
			}

			#myBtn {
  				width: 200px;
  				font-size: 18px;
  				padding: 10px;
  				border: none;
  				background: #000;
  				color: #fff;
  				cursor: pointer;
			}

			#myBtn:hover {
  				background: #ddd;
  				color: black;
			}
			* {
				margin: 0;
				padding: 0;
			}
			body {
				font-family: Calibri, sans-serif;
			}
			.background-wrap {
				position: fixed;
				z-index: -1000;
				width: 100%;
				height: 100%;
				overflow: hidden;
				top: 0;
				left: 0;
			}
			
			#video-bg-elem {
				position: absolute;
				top: 0;
				left: 0;
				min-height: 100%;
				min-width: 100%;
			}
			.content {
				position: absolute;
				width: 100%;
				min-height: 100%;
				z-index: 1000;
				background-color: rgba(0,0,0,0.7);
			}
			.content h1 {
				text-align: center;
				font-size: 65px;
				text-transform: uppercase;
				font-weight: 300;
				color: #fff;
				padding-top: 15%;
				margin-bottom: 10px;
			}
			.content p {
				text-align: center;
				font-size: 20px;
				letter-spacing: 3px;
				color: #aaa;
			}
			.gbtnHollow  {
		     	background:  transparent;
    		 	height:  38px;
     			line-height:  40px;
	    		border:  2px solid white;
	    		display:  inline-block;
	    		float:  none;
	    		text-align:  center;
	    		width:  120px;
	     		padding:  0px!important;
	     		font-size:  14px;
	     		color:  #fff;
		 	}
			html, body {
 			   max-width: 100%;
 			   overflow-x: hidden;
 			   cursor: url(assets/custom.gif), auto;
			}
			.gbtnHollow:hover  {
		     color:  #00FFFF;
	     	 background:  rgba(0,255,255 ,1 ));
			 }margin-left: 440px;
}
