@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  background: #000; 
}
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(imagens/Steffano/steffanobracosabertos1-1.jpg) no-repeat;
  background-size: cover;
  transition: 1s opacity;
}
.stopfade { 
   opacity: .5;
}
/*
@media screen and (max-device-width: 800px){
  html { background: url(Img/steffanobracosaberto1.png) #000 no-repeat center center fixed; }
  #bgvid { display: none; }
  }
*/  
/*
@media only screen and (max-device-width: 479px) {html { background: url(Img/steffanobracosaberto1.png) #000 no-repeat center center fixed; }
  #bgvid { display: none; } }
 @media only screen and (min-device-width: 480px) and (max-device-width: 767px) {
   html { background: url(Img/steffanobracosaberto1.png) #000 no-repeat center center fixed; }
  #bgvid { display: none; }
 @media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
   html { background-image:url(ai-cookie.php?maxwidth=991); } }
 @media only screen and (min-device-width: 992px) and (max-device-width: 1381px) {
   html { background-image:url(ai-cookie.php?maxwidth=1381); } }
 @media only screen and (min-device-width: 1382px) {
   html { background-image:url(ai-cookie.php?maxwidth=unknown); } }

*/