.s-magazine .section > .magazine-wrap > .news{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-row-gap: 2rem;
    align-items: start;
    padding-bottom: 4rem;
}
.s-magazine .section > .magazine-wrap > .news > .c{
    grid-column: 2/span 3;
}
.s-magazine .section > .magazine-wrap > .news-featured{
    padding-bottom: 4rem;
}
.s-magazine .section > .news-button{
    text-align: center;
    margin-bottom: 4rem;
}
.s-magazine .section > .news-button > a{
    text-transform: uppercase;
    border: 1px solid #979797;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 2.2rem;
    display: inline-block;
    padding: .9rem 3rem 1rem;
}
@media (min-width: 651px){
    .s-magazine .section > .magazine-wrap > .news > .c .a .tt{
        font-size: 3.3rem;
    }
    .s-magazine .section > .magazine-wrap > .news > .l:last-child .a .m{
        display: none;
    }
    .s-magazine .section > .magazine-wrap > .news > .l > .a:not(:last-child){
        padding-bottom: 2rem;
        border-bottom: 1px solid #979797;
        margin-bottom: 2rem;
    }
}
@media (max-width: 650px){
    .s-magazine .section > .magazine-wrap > .news{
        display: flex;
        width: 100%;
        grid-gap: 0;
        padding-left: 5%;
    }
    .s-magazine .section > .magazine-wrap > .news .a{
        margin-right: 5vw;
    }
    .s-magazine .section > .magazine-wrap > .news > .c{
        order: -1;
        flex: 0 0 60vw;
        margin-right: 5vw;
    }
    .s-magazine .section > .magazine-wrap > .news > .c .a{
        margin-right: 0;
    }
    .s-magazine .section > .magazine-wrap > .news > .l:first-child{
        display: flex;
        flex: 0 0 130vw;
    }
    .s-magazine .section > .magazine-wrap > .news > .l:last-child{
        display: flex;
        flex: 0 0 195vw;
    }
}
.s-magazine .section .s-title{
    padding-bottom: 2rem;
    border-bottom: 2px solid #000;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.s-magazine .section .s-title > .section-title-magazine{
    padding-right: 3rem;
    margin-bottom: 0;
}
.s-magazine .section .s-title > a{
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 1.9rem;
    white-space: nowrap;
}
.s-magazine .section .s-title > .items{
    display: flex;
    margin-right: auto;
    padding-right: 2rem;
}
.s-magazine .section .s-title > .items > .i{
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 1.9rem;
    margin-right: 3rem;
}
@media (max-width: 960px){
    .s-magazine .section .s-title.has-items{
        flex-wrap: wrap;
    }
    .s-magazine .section .s-title > .items{
        flex-wrap: wrap;
        order: 3;
        flex-basis: 100%;
        padding: 1rem 0 0;
    }
    .s-magazine .section .s-title > .items > .i{
        font-size: 1.7rem;
        margin-right: 1rem;
    }
}
.s-magazine .section > .inter{
    display: flex;
    align-items: flex-start;
    padding-bottom: 4rem;
}
.s-magazine .section > .inter > .sidebar{
    flex: 0 0 30rem;
    position: sticky;
    top: calc(var(--header-height) + 2rem);
}
.s-magazine .section > .inter > .sidebar > *{
    margin-bottom: 2rem;
}
.s-magazine .section > .inter > .sidebar > *:last-child{
    margin-bottom: 0;
}
.s-magazine .section > .inter > .as{
    flex: 1;
    padding-right: 5%;
}
.s-magazine .section > .inter > .as > .interviews{
    padding-bottom: 4rem;
}
@media (min-width: 651px){
    .s-magazine .section > .inter > .as > .reports{
        padding-bottom: 0;
    }
    .s-magazine .section > .inter > .as > .reports > .magazine-wrap > .magazine-list{
        grid-template-columns: 1fr;
    }
    .s-magazine .section > .inter > .as > .reports > .magazine-wrap > .magazine-list > .a{
        display: flex;
    }
    .s-magazine .section > .inter > .as > .reports > .magazine-wrap > .magazine-list > .a > .m{
        flex-basis: 32.7%;
        height: 100%;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .s-magazine .section > .inter > .as > .reports > .magazine-wrap > .magazine-list > .a > .cnt{
        flex: 1;
        padding-left: 3rem;
    }
}
@media (max-width: 650px){
    .s-magazine .section > .inter{
        display: block;
    }
    .s-magazine .section > .inter > .as{
        padding-right: 0;
    }
    .s-magazine .section > .inter > .as > .interviews + .sidebar{
        padding-bottom: 4rem;
    }
}
.s-magazine .section > .best + .best{
    padding-top: 4rem;
}
.s-magazine .section > .podcasts{
    margin-top: 4rem;
    padding-bottom: 4rem;
}
.s-magazine .section > .podcasts > iframe{
    display: block;
}
@media (max-width: 650px){
    .s-magazine .section > .podcasts > iframe{
        height: 9.8rem;
    }
}
.s-magazine .section > .videos > .magazine-wrap > .magazine-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-row-gap: 1rem;
}
.s-magazine .section > .videos > .magazine-wrap > .magazine-list > .iframe:nth-child(1){
    grid-column: 1/span 2;
    grid-row: 1/span 2;
}
.s-magazine .section > .videos > .magazine-wrap > .magazine-list > .iframe:nth-child(2){
    grid-column: 3;
    grid-row: 1;
}
.s-magazine .section > .videos > .magazine-wrap > .magazine-list > .iframe:nth-child(3){
    grid-column: 3;
    grid-row: 2;
}
.s-magazine .section > .videos > .magazine-wrap > .magazine-list > .iframe{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    max-width: 100%;
    clear: both;
}
.s-magazine .section > .videos > .magazine-wrap > .magazine-list > .iframe iframe{
    max-width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
@media (max-width: 650px){
    .s-magazine .section > .videos > .magazine-wrap > .magazine-list{
        display: flex;
        width: 100%;
        grid-gap: 0;
        padding-left: 5%;
    }
    .s-magazine .section > .videos > .magazine-wrap > .magazine-list > .iframe{
        flex: 0 0 60vw;
        padding-bottom: 33.75vw;
        margin-right: 5%;
    }
}
.s-magazine .section > .pub{
    margin: 4rem auto;
}