.lavr-video-wrap{width:100%;margin:0 auto}.lavr-video{position:relative;width:100%;max-width:330px;margin:0 auto;aspect-ratio:9/16;border-radius:18px;overflow:hidden;cursor:pointer;background:#111;box-shadow:0 14px 40px -12px rgba(39,39,39,.55)}.lavr-video__poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.lavr-video__btn{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(0,0,0,.12);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.lavr-video__btn::before{content:"";width:78px;height:78px;border-radius:50%;background:rgba(20,20,20,.6);transition:.2s;box-shadow:0 6px 24px rgba(0,0,0,.35)}.lavr-video__btn::after{content:"";position:absolute;border-style:solid;border-width:15px 0 15px 26px;border-color:transparent transparent transparent #fff;margin-left:6px;transition:.2s}.lavr-video:hover .lavr-video__btn{background:rgba(0,0,0,.05)}.lavr-video:hover .lavr-video__btn::before{background:#fedd04;transform:scale(1.07)}.lavr-video:hover .lavr-video__btn::after{border-left-color:#2b2620}.lavr-video.is-playing{cursor:default}.lavr-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}@media(max-width:767px){.lavr-video{border-radius:14px;max-width:300px}.lavr-video__btn::before{width:60px;height:60px}.lavr-video__btn::after{border-width:12px 0 12px 20px}}