.media-render.file {
  width: 300px;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 12px;

  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}

.media-render.file img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}