html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#video_embed {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: fill;
}

.image_overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 24px;
    image-rendering: -moz-pixelated;
    image-rendering: -o-pixelated;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
    background-position: center;
    z-index: 0;
    pointer-events: none;
}

#invitation_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#invitation {
    display: inline-block;
    border-color: #eeeeea;
    border-style: solid;
    background: #eeeeea;
    padding: 3.5rem;
    border-width: 0rem;
    align-items: center;
    text-align: center;
    z-index: 100;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0); /* semi-transparent black */
    z-index: 9999; /* Ensure it's on top of other content */
}

#fullPageButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 30px;
    font-size: 18px;
    background-color: #fff;
    border: 2px solid #000;
    cursor: pointer;
    z-index: 10000; /* Ensure it's on top of the overlay */
}

bodycopy {
    font-size: 1.75rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
    font-family: "Diatype Variable";
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0em;
    display: block;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
}

bodycopy a {
    color: rgba(0, 0, 0, 0.75);
    border-bottom: 0px solid rgba(127, 127, 127, 0.2);
    text-decoration: none;
}

bodycopy a:hover {}

h1 {
    font-family: "Diatype Variable";
    font-style: normal;
    font-weight: 400;
    margin: 0;
    font-size: 3.8rem;
    line-height: 1;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0em;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
}

h1 a {
    color: rgba(0, 0, 0, 0.85);
    text-decoration: none;
}

h1 a:hover {}

h2 {
    font-family: "Diatype Variable";
    font-style: normal;
    font-weight: 400;
    margin: 0;
    color: rgba(0, 0, 0, 0.85);
    font-size: 2.7rem;
    line-height: 1.4;
    letter-spacing: 0em;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
}

h2 a {
    color: rgba(0, 0, 0, 0.85);
    text-decoration: none;
}

h2 a:hover {}

.caption {
    font-size: 1.6rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
    font-family: "Diatype Variable";
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0em;
    display: block;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
}

.caption a {
    color: rgba(0, 0, 0, 0.75);
    border-bottom: 0px solid rgba(127, 127, 127, 0.2);
    text-decoration: none;
}

.caption a:hover {}

media-item .caption {
    margin-top: .5em;
}

bodycopy {
    --font-size: 1.75rem;
}

bodycopy,
bodycopy * {
    font-size: calc(var(--font-scale) * var(--font-size));
}

h1 {
    --font-size: 3.8rem;
}

h1 {
    font-size: calc(var(--font-scale) * var(--font-size));
}

h2 {
    --font-size: 2.7rem;
}

h2 {
    font-size: calc(var(--font-scale) * var(--font-size));
}

.caption {
    --font-size: 1.6rem;
}

.caption {
    font-size: calc(var(--font-scale) * var(--font-size));
}

.diatype {
    --font-size: 6.3rem;
}

.diatype {
    font-size: calc(var(--font-scale) * var(--font-size));
}

.diatype-small {
    --font-size: 1.7rem;
}

.diatype-small {
    font-size: calc(var(--font-scale) * var(--font-size));
}

shop-product {
    --font-size: 1.2rem;
}

shop-product {
    font-size: calc(var(--font-scale) * var(--font-size));
}

audio-player {
    --font-size: 1.2rem;
}

audio-player {
    font-size: calc(var(--font-scale) * var(--font-size));
}