.youtube-lazy { position: relative; width: 100%; max-width: 800px; aspect-ratio: 16/9; cursor: pointer; overflow: hidden; } .youtube-lazy__thumb { width: 100%; height: 100%; background-size: cover; background-position: center; } .youtube-lazy__play { display: flex; align-items: center; justify-content: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 88px; height: 88px; padding: 0; border: none; background: transparent; cursor: pointer; } .youtube-lazy__play::before { content: ''; position: absolute; display: flex; width: 51px; height: 51px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='45' viewBox='0 0 38 45' fill='none'%3E%3Cpath d='M6.98051 44.1811C4.31761 45.8756 0.833008 43.9628 0.833008 40.8064V4.04645C0.833008 0.890092 4.31761 -1.02276 6.98051 0.671812L35.8633 19.0518C38.3333 20.6236 38.3333 24.2293 35.8633 25.8011L6.98051 44.1811Z' fill='white'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; background-position: center; } .video-lazy { position: relative; overflow: hidden; cursor: pointer; } .video-lazy__thumb { background-size: cover; background-position: center; aspect-ratio: 16 / 9; position: relative; } .video-lazy__play { position: absolute; inset: 0; margin: auto; width: 100%; height: 100%; border: none; border-radius: 0; background: rgba(0, 0, 0, 0.4); cursor: pointer; display: flex; align-items: center; justify-content: center; } .video-lazy__play::before { content: ''; position: absolute; display: flex; width: 51px; height: 51px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='45' viewBox='0 0 38 45' fill='none'%3E%3Cpath d='M6.98051 44.1811C4.31761 45.8756 0.833008 43.9628 0.833008 40.8064V4.04645C0.833008 0.890092 4.31761 -1.02276 6.98051 0.671812L35.8633 19.0518C38.3333 20.6236 38.3333 24.2293 35.8633 25.8011L6.98051 44.1811Z' fill='white'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; background-position: center; } .video-lazy iframe, .video-lazy video { width: 100%; height: auto; aspect-ratio: 16 / 9; display: block; }