body {
	
  margin: 0;
  background: #fff; 
}
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: url('images/bg.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}
.stopfade { 
   opacity: .5;
}
#logo{
	width:100%;
	height:300px;
	display:block;
	background: url('../images/logo.png') no-repeat center center;
    background-size: 50%;
	
}
#tresc { 


  background: rgba(255,255,255,0.9);
  color: #111;
  padding: 2rem;
  width: 80%;
  margin:2rem 2rem 2rem 2rem;
  float: right;
  font-size: 1.6rem;
}
h1 {
  font-size: 3rem;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: .3rem;

}
@media screen and (max-width: 500px) { 
  
}
@media screen and (max-device-width: 800px) {
  body { background: url(../images/bg.jpg) #fff no-repeat center center fixed; }
  #bgvid { display: none; }
  #logo{
	width:100%;
	height:100px;
	display:block;
	background: url('../images/logo.png') no-repeat center center;
    background-size: 100%;
	
}

h1, h3{font-size:1.3rem;}
img {max-width:100%;}
}