.files-folder-preview {
    position: absolute;

    width: 58px;
    height: 58px;

    object-fit: cover;
    object-position: center;

    max-width: none;
    max-height: none;

    left: 50%;
    top: calc(45% - 10px);
    transform: translate(-50%, -25%);

    opacity: 1;
}