.greenroom h1 {
    font-size: 60px !important;
    line-height: 64px !important;
}

.greenroom p,
.post-type-archive-greenroom p {
    font-size: 18px !important;
    line-height: 24px !important;
}

.greenroom ul {
    list-style: disc outside none;
    margin-left: 20px;
}

.greenroom .the_content_wrapper,
.greenroom .title_wrapper {
    text-align: center;
}

.greenroom .section_wrapper {
    margin-bottom: 30px;
}

.greenroom .image_wrapper {
    width:75%;
    margin: auto;
}

.greenroom .content-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.greenroom .content-col {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.greenroom_contributor {
    display: flex;
    text-align: left;
    margin-bottom: 30px;
}

.greenroom_contributor  img{
    padding-right: 20px;
}

/* GREENROOM ARCHIVE */

.greenroom-list-post-container {
    padding: 10px;
    border: 2px solid #041e42;
}

.greenroom-list-post {
    display: flex;
    flex-direction: row;
}

.greenroom-list-post-thumb {
    padding-right: 20px;
    margin: 0;
}

.greenroom-list-post-thumb img {
    width: 100%;
    min-width: 300px;
}

#greenroom-intro-video-wrapper {
    width: 75%;
    margin: auto;
}

@media (max-width: 768px) {

    .greenroom-list-post {
        flex-direction: column;
    }

    .greenroom-list-post-thumb {
        padding-right: 0;
    }

    #greenroom-intro-video-wrapper {
        width: auto;
        margin: auto;
    }

}