body {
	width:100%;
	header:100%;
	margin:0;
}
#video-container {
	position: absolute;
}
#video-container {
	top:0%;
	left:0%;
	height:100%;
	width:100%;
	overflow: hidden;
	background-size: cover;
}
video {
	position:absolute;
	z-index:0;
}
video.fillWidth {
	width: 100%;
	    object-fit: initial !important;
		    height: 100%;
}
#polina { 
  font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
  font-weight:100; 
  /*background: rgba(0,0,0,0.3);*/
  color: white;
  /*margin-left:46%;*/
  /*width: 33%;*/
  /*margin:2rem;*/

  bottom:10px;
  
  /*float: right;*/
  font-size: 1.2rem;
}
#polina button { 
  display: block;
  width: 80%;
  padding: .4rem;
  border: none; 
  margin: 1rem auto; 
  font-size: 1.3rem;
  /*background: rgba(255,255,255,0.23);*/
  /*color: #fff;*/
  border-radius: 3px; 
  cursor: pointer;
  transition: .3s background;
}
a {
	position: fixed;
    bottom: 20px;
    margin-left: -5%;
}