@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300% !important; top: -100% !important; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300% !important; left: -100% !important; }
}