.File-button-preview { display: flex; justify-content: center; align-items: center; height: 100%; overflow: hidden; } .File-button-preview > * { width: 100%; height: 100%; object-fit: contain; } .File-button-preview > img { height: auto; max-height: 100%; border-radius: 0.5rem; }