.video-outer { 
  padding-top: 2vh; 
  display: flex; 
  justify-content: center; 
} 

.video { 
  width: 100%; 
  
} 

@media screen and (min-width: 768px) {
  .video {
    width: 50%;
  } 
} 

@media screen and (orientation: landscape) {
  .video {
    width: 50%; 
  }
}