body {
	margin: 0;
	padding: 0;
	background: #000;
}
video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover; 
}
#lower-third {
	position: absolute;
	bottom: 25px;
	font-size: 2em;
	color: #ccc;
	font-family: 'Pacifico', cursive;
	left: 0;
	right: 0;
	text-align: center;
	letter-spacing: 4px;
}