/*****************************************
Table Of Contents:

01. General Styles
02. Navigation
03. Media Queries
******************************************/


/******************************/
/*     01. General Styles     */
/******************************/
.div_image img {
    max-width: 100%;
    max-height: 200px;
    object-fit: contain;
    padding-top: .5rem;
}

#loadingProgress {
    border-radius: 10px;
    background-color: #d3d3d3;
}

#progressBar {
    height: 16px;
    border-radius: 10px;
    background-color: #4CAF50;
    text-align: center;
    line-height: 16px;
    color: white;
}