.page {
    --page-background-color: #000 !important;
    --page-background-color-rgb: 0,0,0 !important;
}

.articleHtmlContent [data-uia="section-schedule"] {
    width:  100vw;
}

.eventHeader > div {
    max-width:  100% !important;
}

.eventHeader  h1 {
    margin-bottom: 60px;
}

.eventHeader > div > div:last-child > div:nth-child(3) {
    display:  none;
}

[data-uia="schedule"] [data-uia="schedule-item"].has-video {
    cursor: default;
    transition: none;
    pointer-events: none;
}

[data-uia="schedule"] [data-uia="schedule-item"].has-video > div:nth-of-type(2) {
    display:  none;
}

[data-uia="schedule"] [data-uia="schedule-item"].has-video:hover:not(:disabled) {
    opacity: unset;
}

.articleHeader [data-uia="featured-image"],
.articleHeader [data-uia="eyebrow-heading"],
.eventHeader [data-uia="event-header"] div:last-of-type,
.eventHeader [data-uia="synopsis"] {
    display:  none;
}

@media (max-width:  729px) {
    .eventHeader [data-uia="title-logo"] {
        margin-top:  100px !important;
    }

    .eventHeader  h1 {
        margin-bottom: 30px;
    }
}

@media (min-width:  790px) {
    .articleHtmlContent [data-uia="section-schedule"] {
        margin-left: calc((100vw - 750px) / -2) !important;
    }

    [data-uia="section-schedule"] > div {
        max-width: 1045px !important;
    }
}