.new-asset-list-item__image {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-asset-list-item__image .card-img-top {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  display: block;
}

.new-asset-list-item__image .licence-type,
.new-asset-list-item__image .badge-overlay {
  z-index: 3;
}
