@charset "utf-8";
/* CSS Document */

video { 
  position: center;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;

  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.0);
  color: white;
position: absolute; width: 50%; top: 5%;  text-align: center; background: rgba(0,0,0,0.0);
left: 25%;
    right: 25%;
  font-size: 1.2rem;

}


