	html { 
		background: url('../img/iStock-1322309655.jpg') no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	body {
		background: transparent;
	}
	#overlay {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: #000;
	    opacity: .4;
	}
	#connect {
	    position: absolute;
	    top: 0;
	    left: calc(50% - 300px);
	    opacity: 1;
	    width: 600px;
	    height: 100vh!important;
	}
	a {
		color: white;
	}

	@media screen and (max-width: 480px) {
		#connect {
		    position: absolute;
		    top: 0;
		    left: 5%;
		    opacity: 1;
		    width: 90%;
		    height: 100vh!important;
		}
	}
