/* FOTOGALERIE */

div.center-cropped {
    margin: 5px;
    width: 200px;
    height: 200px;
    overflow:hidden;
}
div.center-cropped img {
    height: 100%;
    min-width: 100%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}
.image-foto{
    float:left;
    margin: 1px;
}
.image-foto input{
    max-width: 201px;
}
#myProgress {
    width: 100%;
    background-color: #f8f8f8;
    border: 1px solid #b9b5b5;
    border-radius: 4px;
    display: none;

}

#myBar {
    width: 1%;
    height: 30px;
    background-color: #35e135;
}