chillymoose.ca

LIMITED RELEASE COLOURS

.custom-video-container { display: flex; justify-content: center; align-items: center; padding: 20px 0; } .custom-video-wrapper { position: relative; width: 75%; /* Default width */ max-width: 100%; } .custom-responsive-video { width: 100%; height: auto; } /* Mobile view */ @media (max-width: 768px) { .custom-video-wrapper { width: 100%; } /* Hide desktop video and show mobile video */ .desktop-video { display: none; } .mobile-video { display: block; } } /* Desktop view */ @media (min-width: 769px) { .desktop-video { display: block; } .mobile-video { display: none; } } Your browser does not support the video tag. Your browser does not support the video tag. h3 { color: lightblue; text-align: center; }