#article-m {
    height: auto;
    width: calc(100vw - 20vw);
    padding: 15vh 10vw 10vh 10vw;
}

#article-m h1 {
    font-size: 9vw;
    letter-spacing: -.02rem;
    color: #ba92d3;
    text-align: center;
    padding-bottom: 3rem;
}

#article-m img {
    width: 100%;
    height: auto;
    padding-bottom: 3rem;
}

#article-m p {
    font-size: 3.5vw;
    letter-spacing: -.01rem;
    color: white;
    line-height: 1.4 !important;
}

#article-m em {
	padding-bottom:1rem;
    font-size: 3.5vw;
    letter-spacing: -.01rem;
    color: #999999;
    line-height: 1.4 !important;
}
#article-m .author {
	padding-bottom:1rem;
}