.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;
    }
}
