.be-video-cover{height:100%;overflow:hidden;position:relative;width:100%}.be-video-cover__video{display:block;height:100%;object-fit:cover;width:100%}.be-video-cover__overlay{background:rgba(0,0,0,var(--be-video-overlay));inset:0;pointer-events:none;position:absolute;z-index:1}.be-video-cover__sound{align-items:center;background:#74b94e;border:2px solid #fff;border-radius:50%;bottom:20px;box-shadow:0 3px 10px rgba(0,0,0,.2);color:#fff;cursor:pointer;display:flex;height:48px;justify-content:center;padding:0;position:absolute;right:20px;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;width:48px;z-index:3}.be-video-cover__sound:hover{background:#5f9f3e;box-shadow:0 4px 14px rgba(0,0,0,.28);transform:scale(1.06)}.be-video-cover__sound:active{transform:scale(.96)}.be-video-cover__sound:focus-visible{outline:3px solid #fff;outline-offset:3px}.be-video-cover__sound svg{display:block;height:23px;width:23px}.be-video-cover.is-sound-on .be-video-cover__sound-off,.be-video-cover__sound-on{display:none}.be-video-cover.is-sound-on .be-video-cover__sound-on{display:block}@media (max-width:767px){.be-video-cover__sound{bottom:14px;height:44px;right:14px;width:44px}.be-video-cover__sound svg{height:21px;width:21px}}