/* FWV - Content Overflow Stack Styles */
/* Background color is now controlled via Elementor settings */

.fwv-wrapper {
    width: 100%;
    height: 100vh;
}

.fwv-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fwv-pin-container .fwv-pin-wrapper:not(:first-child) {
    margin-top: calc(var(--vh) * -100);
}

.fwv-pin-container .fwv-pin-wrapper:last-child {
    height: 200vh;
}

.fwv-pinned-element {
    width: 100%;
    min-height: 100vh;
    height: 100vh;
}

.fwv-pinned-element video,
.fwv-pinned-element img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.fwv-pinned-content {
    width: 100%;
    height: 100vh;
    text-align: center;
    font-size: 1rem;
    /* Color is now controlled via Elementor settings */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* row-gap: 4%; */
	padding: 8px;
}

/* Background color is now controlled per-section via Elementor settings */

.fwv-pinned-content-id,
.fwv-pinned-content-heading {
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;

    margin-bottom: 0;
}

.fwv-pinned-content-id {
    font-weight: 100;
    margin: 1.625rem 0;
}

.fwv-pinned-content-heading span {
    font-weight: 100;
}

.fwv-pinned-content-heading {
    margin: 2% 0;
}

.fwv-pinned-content-description {
    max-width: 33rem;
    margin: 2% 0;
}

@media (min-width: 768px) {
    .fwv-pinned-content {
        font-size: 18px;
    }

    .fwv-pinned-content-id {
        margin: 3rem 0;
    }

    .fwv-pinned-content-id,
    .fwv-pinned-content-heading {
        font-size: 3rem;
    }
}
