body {
  margin: 0;
  background: #000; 
}
video { 
  position: relative;
  right: 1px;
  bottom: 1px;
  z-index: -100;
  background-size: cover;
  transition: 1s opacity;
}
.stopfade { 
   opacity: .5;
}
#mute
{ 
  font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
  font-weight:100; 
  color: white;
  padding: 2rem;
  width: 1,5%;
  position:absolute;
    top:10px;
    left:10px;
  font-size: 1.2rem;
}

#filip { 
  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: 12%;
    min-width: 200px;
  height: 40%;
    min-height: 300px;
    max-height: 300px;
  position: absolute;
    bottom:20px;
    right: 20px;
  font-size: 1.2rem;
}
h1 {
  font-size: 3rem;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: .3rem;
}
#filip 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;
}

#filip button:hover { 
   background: rgba(0,0,0,0.5);
}

a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  <!--background:rgba(0,0,0,0.5);-->
  padding: .5rem;
  transition: .6s background; 
  border-style:none; 
}

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) {
  #bgvid { display: none; }
}