.sf-artwork.has-image {
  background:
    linear-gradient(#080808, #080808) padding-box,
    linear-gradient(145deg, rgba(229, 9, 20, 0.9), rgba(46, 182, 125, 0.78)) border-box;
}

/* Intrinsic sizing also preserves the whole cover on older LG engines. */
.sf-artwork img {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform: translate(-50%, -50%);
}

.sf-artwork img[hidden],
.sf-artwork [hidden] {
  display: none;
}

.sf-artwork-natural.has-image { aspect-ratio: auto; }
.sf-artwork-natural.has-image::before { display: none; }
.sf-artwork-natural.has-image img {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  transform: none;
}
