by

Featured At

Sign Up

Subscribe to receive updates relating to products, specials, events, news, and more.

.video-wrapper { display: flex; justify-content: center; align-items: center; margin: 0 auto; padding: 20px 0; } .video-container { position: relative; width: 100%; max-width: 960px; /* Adjust as needed */ padding-bottom: 56.25%; /* 16:9 aspect ratio */ height: 0; overflow: hidden; } .video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }