.video-wrap {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    line-height: 0;
}

.video-wrap video {
    width: 100%;
    height: auto;
    display: block;
}

.mute-toggle {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 999px;
    background: rgb(167 167 167 / 60%);
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(4px);
}

.mute-toggle:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.mute-toggle svg {
    width: 22px;
    height: 22px;
    pointer-events: none;
}