.words {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-family: "equity_text";
    font-weight: 200;
    font-size: 1.3em;
    /* padding: 0 3em; */
    line-height: 1.4em;
}

.words .media {
    width: 66%;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 2.1em;
    padding: 1em 1em;
    position: relative;
    margin-top: 1.1em;
}

.media > div {
    cursor: pointer;
    padding: 3em;
    margin: 0!important;
    border: .10em solid black;
    border-radius: 0.5em;
}

.media > div:before {
    /* content: ''; */
    /* border: 0.04em solid black; */
    /* padding: 0.3em; */
    /* width: 128%; */
    /* position: absolute; */
    /* height: 100%; */
    /* align-self: center; */
    /* justify-self: center; */
}

.words .media:before {
    content: '';
    border-top: 0.05em solid black;
    width: 20em;
    position: absolute;
    align-self: center;
    justify-self: center;
    top: 0;
}

.words #title {
    max-width: 1000px;
}

#title h2 {
    align-self: center;
    font-size: 6em;
    display: block;
    /* text-decoration: underline; */
    text-transform: capitalize;
    /* font-family: 'concourse_sc'; */
    /* font-feature-settings: 'liga','ss02'; */
    line-height: 120%;
    margin: 0;
}

.words .media .brief_bg, .words .media #audio, .words .media #video {
    display: flex;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-image: var(--bg_custom); */
    /* width: calc(17.1508em + (1.45 - 1.5) * ((100vw - 84em)/(35 - 21))); */
    height: calc(5.6em + (1.45 - 1.5) * ((100vw - 84em)/(35 - 21)));
    width: 100%;
    margin-bottom: 1.4em;
    max-width: 10em;
    position: relative;
    font-size: 0.6em;
    background-size: 40%!important;
    box-shadow: var(--raised_button);
}

.media .change_image:after, .media #audio:after, .media #video:after {
    font-size: 2em;
    font-family: 'concourse_sc';
    background-color: white;
    font-feature-settings: 'c2sc';
    box-shadow: var(--raised_button);
    font-weight: 400;
    line-height: 1;
    position: absolute;
    padding: 0.5em;
    cursor: pointer;
    align-self: center;
    justify-self: center;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    opacity: 0.9;
    left: 0;
    border-radius: 0.2em;
}

.media #audio:hover:after {
    content: 'Add Audio';
}

.media #video:hover:after {
    content: 'Add Video';
}

.media .change_image:hover:after {
    content: 'Add Image';
}

.words .media .brief_bg:before {
    content: '';
    display: none;
}

.info {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.info .brief {
    display: flex;
    flex-flow: row wrap;
    gap: 2em;
    align-items: center;
    justify-content: center;
    padding-top: 2em!important;
    /* border-top: 0.07em solid black; */
    margin-top: 0.8em;
    position: relative;
}

.info .brief:before {
    content: '';
    border-top: 0.05em solid black;
    width: 20em;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 0;
}

#notes + div:before {
    content: 'Notes';
}

#brief + div:before, #notes + div:before {
    /* content: 'Article'; */
    font-size: 3em;
    text-align: center;
    font-weight: 600;
}

#brief + div:before {
    content: 'Article';
}
