.feed {
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    overscroll-behavior-y: contain;
    overflow-anchor: none;
}

.site-nav-regular {
        font-size: var(--font-size-md);
}

.slide {
    height: 100dvh;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.feed.is-static {
    overflow: hidden;
    scroll-snap-type: none;
}

footer img { 
    width: 16rem;
}