.content-wrapper {
    margin: 0;
    padding: 0;
    overflow-y: auto;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    position: fixed;
    top: 100px;
}

video {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(calc((100% - 100vw) / 2));
    z-index: -1;
}

a.bit-rsvp.bit-button {
    color: rgba(254,255,241,1);
    background-color: rgba(7,1,0,1);
    border-color: rgba(7,1,0,1);

    text-transform: lowercase;
}

.bit-play-my-city-heading-text {
    visibility: hidden;
}

.bit-past-events-show-all-button {
    visibility: hidden;
}

a {
    text-decoration: none;
    color: #FEFFF1;
    opacity: 1;
    transition: ease-in-out 250ms;

    font-size: 25px;
    line-height: 25px;
    font-family: Helvetica, sans-serif;
    font-style: italic;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

a:hover {
    text-decoration: line-through;
}

.bit-follow-section-heading-text {
    text-decoration: none;
    color: #FEFFF1;
    opacity: 1;
    transition: ease-in-out 250ms;

    font-size: 25px;
    line-height: 25px;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
}

.content-container {
    width: auto;
}