/* https://stackoverflow.com/a/29709036 */ .center-box { display: flex; align-items: center; justify-content: center; } .fullscr { width: 100vw; } /* mine */ .larger_tb { min-width: 50vw; }