.video-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
  z-index: 100;
}
.video-bg #ProzetaVideo {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:1023px){
  
  .video-bg #ProzetaVideo {
    object-fit: contain;
    
  }
}
/*# sourceMappingURL=video.css.map */