.vva-wrap {
    margin: 28px 0;
    padding: 10px;
    background: var(--vva-bg, #000);
    border-radius: var(--vva-radius, 8px);
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
}

.vva-label {
    margin: 0 0 8px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
    opacity: .9;
}

.vva-link {
    display: block;
    line-height: 0;
}

.vva-video {
    display: block;
    width: 100%;
    height: auto;
    max-height: 70vh;
    background: #000;
    border-radius: max(0px, calc(var(--vva-radius, 8px) - 3px));
    object-fit: contain;
}

@media (max-width: 767px) {
    .vva-wrap {
        margin: 20px 0;
        padding: 7px;
    }

    .vva-video {
        max-height: 62vh;
    }
}
