.article-title {
    color: white;
    text-shadow: black 0px 2px 2px;
    text-transform: capitalize;
    text-align: left;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.article-title h1 {
    font-size: 40px;
    margin: 0;
    padding: 10px 0;
}

.article-title-video {
    color: white;
    text-shadow: black 0px 2px 2px;
    text-transform: capitalize;
    text-align: left;
    width: 100%;
}

.article-title-video h1 {
    font-size: 40px;
    margin: 0;
    padding: 10px 0;
}

.article-description p {
    color: #202020;
    font-weight: 400;
}

.article-body p {
    color: #000;
}

.article-signature {
    color: #555555;
}

.article-parallax-container {
    height: 100%;
    position: relative;
}

article .parallax-container .parallax {
    background-color: black;
}

article .parallax-container .parallax img{
    opacity: 0.7;
}

.article-video-media {
    background-color: black;
    position: relative;
}

.article-video-media iframe {
    width: 100%;
    margin: 10px 0 0 0;
}

.comment {
    width: 100%;
    padding: 10px 0 10px 0;
}

.comment-header {
    display: flex;
    flex-direction: row;
    align-content: start;
    align-items: center;
    margin-bottom: 5px;
}

.comment-header > img {
    width: 20px;
    margin-right: 5px;
}

.comment-content {
    background-color: #e4e4e4;
    padding: 5px 15px;
    border-radius: 20px;
    display:inline-block
}