body {
  margin: 0;
  top:0;
  bottom:0;
  width: 100%;
  height: 100%;
  background: black; 
  background-color: black;
}
video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}
.stopfade { 
   opacity: .5;
}

.polina{ 
  font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
  /*font-weight:100;*/ 
  background: rgba(0,0,0,0.3);
  color: white;
  padding: 2rem;
  width: 33%;
  /*margin:2rem;*/
  float: right;
  margin-top: 30%;
}
h1 {
  font-size: 12pt;
  margin-top: 0;
  letter-spacing: .3rem;
}