#info-wrapper {
    margin: 4rem auto 4rem;
    
    min-height: 400px;
    
    min-width: 800px;
    max-width: 1200px;
}

#info-wrapper .caption {
    line-height: 2.5rem;

    text-align: center;

    font-size: 1.25rem;

    font-weight: bold;
}

#info-wrapper .description,
#info-wrapper .date {
    line-height: 2.5rem;

    text-align: center;
}

#info-wrapper .content {
    margin-top: 2rem;
    
    padding-top: 3rem;
    
    border-top: 1px solid rgba(128,128,128,0.25);
}

#info-wrapper .content img {
    max-width: 100%;
}

/***************************************** fix for sudy **************************************/
#info-wrapper .article h1.article-title {
    line-height: 2.5rem;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
}

#info-wrapper .article .article-metas {
    text-align: center;
}

#info-wrapper .article span.article-views {
    display: none;
}

#info-wrapper .article .entry {
    margin-top: 2rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(128,128,128,0.25);
}
