body {
  margin: 0;
  background: #000;
}
video {
    position: fixed;
    top: 0%;
    left: 0%;
    min-width: auto;
    min-height: 60%;
    width: auto;
    height: 100%;
    z-index: -99;
    -webkit-transform: translateX(-0%) translateY(-0%);
            transform: translateX(-0%) translateY(-0%);
 background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
  background-size: cover;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
}
.stopfade {
   opacity: .5;
}

#div_bgvid {    position: fixed;
    top: 0%;
    left: 0%;
    min-width: auto;
    min-height: 60%;
    width: auto;
    height: 100%;
    z-index: -100;
    -webkit-transform: translateX(-0%) translateY(-0%);
            transform: translateX(-0%) translateY(-0%);

}

#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: 1.8rem;
  width: 25%;
  margin:1.8rem;
  float: right;
  font-size: 1rem;
}
h1 {
  font-size: 2.0rem;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: .3rem;
}
#polina button {
  display: inline-block;
  width: 20%;
  padding: 0.4rem;
  border: none;
  margin: 1rem auto;
  font-size: 0.9rem;
  background: rgba(255,255,255,0.23);
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: .3s background;
  transition: .3s background;
}
#polina button:hover {
   background: rgba(0,0,0,0.5);
}

#p_text { font-size: 0.8rem; font-weight: 200;}

a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background:rgba(0,0,0,0.5);
  padding: .5rem;
  -webkit-transition: .6s background;
  transition: .6s background;
}
a:hover{
  background:rgba(0,0,0,0.9);
}
@media screen and (max-width: 500px) {
  div{width:70%;}
}
@media screen and (max-device-width: 800px) {
  html { background: url(//demosthenes.info/assets/images/polina.jpg) #000 no-repeat center center fixed; }
  #bgvid { display: none; }
}
