.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; object-fit: cover; } .video-wrapper { position: relative; aspect-ratio: 9 / 16; /* keep it portrait */ } @media (max-width: 768px) { .container { flex-direction: column; } .video-wrapper { aspect-ratio: auto; height: 400px; } }