._button_1gtap_1 {
    background-color: color;
    font-size: min(6vw, 1.5rem);
    padding: 24px;
    margin: 16px 0;
    cursor: pointer;
    color: white;
    text-shadow:
        0 1px 3px black,
        0 3px 10px black;
    font-family: Lexend, sans-serif;
    margin-bottom: 10vh;
}

._container_1gtap_13 {
    width: 100%;
}

._splash_1gtap_17 {
    background-image: url(/images/vampire_splash.jpg);
    background-size: cover;
    background-position: 33.33% center;
    height: calc(100vh - 64px);
    background-color: #0b1a44;
    min-height: 768px;
    max-height: 1280px;
    font-family: var(--accentFont), sans-serif;
    position: relative;
    width: 100%;
}

._splashContents_1gtap_30 {
    /* width: 30vw; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 0 128px; */
    max-width: min(75vw, 720px);
    font-size: min(4.5vw, 1.4rem);
    text-align: center;
    position: relative;
}

._splashCopy_1gtap_44 {
    max-width: 480px;
    margin: 32px 0;
}

._trailerContainer_1gtap_49 {
    width: 100vw;
    height: 100vh;
    /* aspect-ratio: 16 / 9; */
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    padding: 10vh 10vw;
    box-sizing: border-box;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    cursor: pointer;
    display: flex;
    /* align-content: center; */
}

@media screen and (max-width: 768px) {
    ._splash_1gtap_17 {
        display: flex;
        justify-content: center;
    }
}
