.video-body {
    justify-content: center !important;
}

.container {
    
    margin: 100px auto;
    padding: 0 15px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
  
}

.video-header {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.video-title {
    margin-bottom: 0.5em;
    font-size: 5em;
    font-weight: 700;
    line-height: 1;
}

.video-meta {
    margin-bottom: 2em;
    font-size: 0.9em;
    color: #888;
}

.video-play {
    width: 960px;
    height: 540px;
    /* align-items: center; 
    text-align: center; */
    
}

.video{

    border-radius: 5px;
    
}

.video-play-description {
    
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.6;
    width: 1300px;
    word-wrap: break-word;
}

.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.comment-card {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    margin-bottom: 2%;
}

.comment-head {
    display: flex;
    justify-content: space-between;
    background: #FCFCFC;
    padding: 10px 12px;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.show-author-name {
    font-weight: 600;
    letter-spacing: 1.5px;
}

.show-comment-date {
    font-size: smaller;
    font-weight: 600;
}

.show-comment-content {
    background: #FFF;
    padding: 12px;
    font-size: 15px;
    color: #595959;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.video-comment-input-field {
    margin-right: auto;
    margin-left: 14%;
}
.comments-container {
    padding-left: 14%;
    padding-right: 44%;

}