.img_cl{
    /*width: 100%;*/
    height: 100%;
    max-height: 180px;
    /*object-fit: cover;*/
}
.img{
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}
.preview {
    cursor: pointer;
}
.preview-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3000;
}
.preview-container .pic {
    max-width: 90%;
    max-height: 90%;
    min-width: 5%;
    min-height: 5%;
    object-fit: contain;
}



.picture_img{
    position: relative;
    padding: 15px 0;
    background-color: #fdfdfd;
    box-shadow: inset 0 3px 30px rgba(0,0,0,.02);
    border: 1px solid #dde1e8;
    border-radius: 2px;
}