.video {
    width: 100%;
    position: relative;
    z-index: 2;
    text-align: center;
}

.frame-type-customer_pi4 + .video,
.frame-type-customer_pi6 + .video {
    margin-top: -4rem;
}

.video__element {
    margin: 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    object-fit: cover;
    max-width: 90%;

    @media (min-width: 979px) {
        max-width: 800px;
    }
}


.video-block--gameon {
    border: 20px solid var(--aok-green);
    border-radius: 0.25rem;
    background: var(--aok-green);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.video-block__figure {
    margin: 0;
}

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

.video-block__caption {
    margin-top: 0.5rem;
    font-size: 0.95rem;
    color: rgba(0, 0, 0, 0.75);
}
