.embedded > .container > .header {
    max-width: 840px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.standalone .header .publicLogo {
    display: none !important; 
}

.standalone .header .headerTitle a {
    font-size: 240% !important;
    text-align: center !important;
    color: white !important;
}

.headerNav svg {
    fill: white !important;
}

.standalone .header .headerSubtitle {
    display: none !important;
}

.header.dark.standard.solid {
    background: transparent !important;
}

.header.dark.standard.solid.asleep {
    opacity: 0 !important;
}

.cover {
    height: 440px !important;
    transform: rotate(-5deg) !important;
    width: 200vw !important;
    background: linear-gradient(85deg, rgba(65,148,234,1) 25%, rgba(118,99,212,1) 75%) !important;
    margin-left: -50vw !important;
    margin-top: -200px !important;
    z-index: 0 !important;
}

.backButton span {
    color: white !important;
}

.backButton svg {
    fill: white !important;
}

.watermark {
    display: none !important;
}

.poweredFooter {
    display: none !important;
}

.streamNav.sticky {
    margin-top: 64px !important;
}

@media screen and (min-width: 1280px) {
    .stream {
        transform: translate(128px, 0) !important;
    }
}