.folder_image {
    background-image: url(/public/img/folder.png);
    background-repeat: no-repeat;
    width: 200px;
    height: 160px;
    padding-top: 38px;
}

.img-thumbnail {
    padding: 0;
    width: 40px;
    height: 50px;
    object-fit: contain;
    background: #ffffffc0;
    margin: 0 2px 5px 2px;
}
