.lazy-video-container{position:relative;width:100%;overflow:hidden;border-radius:8px;background-color:#000;box-shadow:0 4px 6px rgba(0,0,0,.1)}.lazy-video-thumbnail{position:relative;width:100%;height:0;padding-bottom:56.25%;overflow:hidden;cursor:pointer}.lazy-video-thumb-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.lazy-video-thumbnail:hover .lazy-video-thumb-img{transform:scale(1.05)}.lazy-video-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:68px;height:48px;background-color:rgba(0,0,0,.7);border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.lazy-video-play-button svg{width:24px;height:24px;fill:#fff}.lazy-video-thumbnail:hover .lazy-video-play-button{background-color:red}.lazy-video-iframe-container{position:relative;width:100%;height:0;padding-bottom:56.25%;display:none}.lazy-video-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}