html, body {
  height:100%;
  min-height:100%;
  background:#111;
  overflow:hidden;
  margin:0;
  padding:0;
  text-align:center;
  width:100%;
}
video {
  object-fit:cover;
  width:100%;
  height:100%;
  transform:rotateZ(0);
  position: relative;
  top: -205px;
}

#rodape{width: 100%;position: absolute;text-align: center;bottom:30px;left: 0;z-index: 1001}
#rodape small{font-size: 15px;color:#fff;font-family: 'Work Sans', sans-serif;text-transform: uppercase;line-height: 2em}
#rodape small a{color:#fff;text-decoration: none;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
#rodape small a:hover{color:#ec7836;}
#rodape small strong{font-size: 17px}
#buttons{width: 100%;position: absolute;text-align: center;top:450px;left: 0;z-index: 1001}
#buttons a{color:#fff;font-family: 'Work Sans', sans-serif;font-size: 20px;text-transform: uppercase;display: inline-block;padding:20px 50px;margin:0 20px;text-decoration: none;border:1px solid #fff;}
#logo{height: 200px;position: relative;top:100px;z-index:101;display: inline-block;margin: 0 auto;padding: 0;}
#bg{width:100%;height:100%;background:rgba(0,0,0,.5) url(bg.png) repeat;z-index:100;position:fixed;top:0;left:0;}
iframe{width: 150% !important;position: fixed;top: 0;left: 0;z-index: 1;height: 150% !important;top: -25%;left: -25%;}

@media only screen and (max-width: 600px) {
  iframe{display: none;}
  #rodape{width: 100%;position: absolute;text-align: center;bottom:30px;left: 0;z-index: 1001}
  #rodape small{font-size: 13px;color:#fff;font-family: 'Work Sans', sans-serif;text-transform: uppercase;line-height: 2em}
  #rodape small a{color:#fff;text-decoration: none;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
  #rodape small a:hover{color:#ec7836;}
  #rodape small strong{font-size: 14px}
  
  #buttons{width: 100%;position: absolute;text-align: center;top:250px;left: 0;z-index: 1001}
  #buttons a{color:#fff;font-family: 'Work Sans', sans-serif;font-size: 14px;text-transform: uppercase;display: inline-block;padding:15px 30px;margin:0 10px;text-decoration: none;border:1px solid #fff;}
  #logo{height: 100px;position: relative;top:70px;z-index:101;display: inline-block;margin: 0 auto;padding: 0;}
  #bg{width:100%;height:100%;background:rgba(0,0,0,.5) url(bg.png) repeat;z-index:100;position:fixed;top:0;left:0;}
}



