.page section[data-guid="cover-story"] {
    padding: 0;
    overflow: hidden;
}

.page section[data-guid="cover-story"] > div {
	margin: 0 auto;
    max-width: 2000px;
    width: 100%;
    background: #081910;
    margin-bottom: 10px;
}

.page section[data-guid="cover-story"] [data-embed-type="INTERNAL"] {
	height: calc(100vh - var(--header-height, 0));
}

[data-id="6NJ6yFE3dvjRVOHpQ09hx0.hero.PageEmbed"] {
	display: none !important;
}

.page-kind-ARTICLE .articleHtmlContent .ck-content > h3, .page-kind-ARTICLE .articleHtmlContent > div > div > h3 {
    font-family: 'Netflix Sans Ex',sans-serif;
    font-weight: 900;
    font-size: 1rem;
    line-height: 110%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: var(--accent-color);
    margin-top: 24px;
}

.page-kind-ARTICLE .articleHtmlContent .ck-content > h2, .page-kind-ARTICLE .articleHtmlContent > div > div > h2 {
    margin-top: 24px;
    margin-bottom: 24px;
}

.page-kind-ARTICLE .articleHtmlContent > div > div > h3 + p {
    margin-top: 6px;
}

/*@media (min-width: 2000px) {
    .page section[data-guid="cover-story"] > div:after {
        position: absolute;
        height: calc(100% + 200px);
        box-shadow: inset 0 0 100px #081910;
        background: none;
    }
}*/
