html, body {
    margin: 0;
}

.full-screen-video-container {
    position: relative;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.full-screen-video-container video {
    z-index: -1;
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.social-block {
	align-self: flex-end;
	font-family: 'Open Sans', sans-serif; 
	font-weight:300; 
	font-style:italic;
	font-size: 30px;
	color: white;
	padding: 100px;
	font-size: 30px;
	/* background: rgba(128,128,128,.5); */
}

.fa {
	padding: 10px;
	font-size: 30px;
	width: 30px;
	text-align: center;
	text-decoration: none;
	color: white;
	border-radius: 20%;
	background: rgba(0,0,0,.7);
}