.video-style {
    display: flex;
    justify-content: center;
    align-items: center;  
    height: 100vh;         
  }
  
  .video-style video {
    width: 1000px;     
    height: 1000px;   
    max-width: 100%; 
    height: auto;    
  }