.asset_thumbnail {
  box-sizing: border-box;
  margin: 0 auto 8px;
  width: 100%;
  height: 256px;
  text-align: center;
}
.asset_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.asset_thumbnail .fa {
  font-size: 150px;
  padding-top: 50px;
}
.asset_properties {
  margin: 8px 0;
  text-align: center;
}
.asset_contentPreview {
  font-family: courier, monospace;
  border: 1px solid var(--gray-d);
  overflow: scroll;
  background-color: var(--gray-f);
  height: 100%;
  white-space: break-spaces;
}
