body:not(.menu) .episodeList, .podcast_tab {
    display: none!important;
}

main > .landingsside {
    position: relative;
    padding: 5vh 5vw 5vh calc(5vw + 64px);
    min-height: calc(100vh - 10vh - 181px);
}
.landingsside::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 94%;
    max-width: 1200px;
    height: 300px;
    margin-left: 4vw;
    border-top: 4px solid #000;
    border-top: calc(4px + 0.2vw) solid #000;
    border-left: 4px solid #000;
    border-left: calc(4px + 0.2vw) solid #000;
    pointer-events: none;
}


.landingsside .flex {
    display: flex;
    gap: 128px;
}
@media screen and (max-width: 1300px) {
    .landingsside .flex {
        flex-direction: column;
    }
}
    .landingsside .flex > div {
        flex: 1;
    }


h1 {
    text-transform: uppercase;
}

h2 {
    text-transform: uppercase;
    font-size: 1.5em;
}

.ingress{
    max-width: 1200px;
}



.banner {
    display: block;
    position: relative;
    margin-bottom: 28px;
}

    .banner span {
        position: absolute;
        top: calc(50% - 1vw);
        left: 64px;
        text-transform: uppercase;
        font-size: 2vw;
        font-weight: 700;
        color: #fff;
    }




.sidestories {
    padding-top: 0;
    grid-gap: 16px;
}
    .relatedstory {
        margin-bottom: 0;
    }

@media screen and (min-width: 700px) {
    .sidestories {
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    }    
    
    .relatedstory {
        max-width: 250px;
    }
}
@media screen and (max-width: 700px) {
    .relatedstory picture {
        flex: 0;
        max-width: 70px;
    }
    
    a.banner, .ingress + h2 , .flex {
        width: 90vw;
        margin-left: calc(-1 * (5vw + 64px));
    }     

    section.podcast {
        width: 97vw;
        margin-left: -4vw;
    }        
}




.podcast header h1 {
    font-size: 20px;
}
.podcast header span {
    font-size: 14px;
}