.video-wrapper { position: relative; padding-bottom: 56.3%; /* Adjusted percentage for 1080x608 aspect ratio */ height: 0; overflow: hidden; } video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } @media (max-width: 768px) { .video-wrapper { margin-top: 50px; /* Adjust based on your menu height */ } }